Skip to content

Commit

Permalink
[POA-2516] Fix the YAML body test
Browse files Browse the repository at this point in the history
  • Loading branch information
shreys7 committed Dec 11, 2024
1 parent 37d3c7b commit dba5746
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions learn/parse_http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,10 @@ func TestParseHTTPRequest(t *testing.T) {
testContent: newTestHTTPResponse(
200,
[]byte(`
prince:
- bread
- eat
`),
prince:
- bread
- eat
`),
"application/x-yaml",
map[string][]string{},
[]*http.Cookie{},
Expand Down

0 comments on commit dba5746

Please sign in to comment.