Skip to content

Commit

Permalink
fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
rnemeth90 committed Apr 19, 2024
1 parent 2f055ca commit 0e776f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions httping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ func TestParseHeader(t *testing.T) {
}{
{name: "ManyHeaders",
headers: map[string]string{
"host": "server01",
"Content-Type": "application/json",
"host": "server01",
},
expect: " {host:server01} {Content-Type:application/json} ",
expect: " {Content-Type:application/json} {host:server01} ",
},
{name: "OneHeader",
headers: map[string]string{
Expand Down

0 comments on commit 0e776f6

Please sign in to comment.