Skip to content

Commit

Permalink
?Fixes assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alliballibaba2 committed Jan 21, 2025
1 parent 19ef5f9 commit 84d4a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/phpheaders/phpheaders_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ func TestAllHeadersAreCorrect(t *testing.T) {
for header, phpHeader := range commonRequestHeaders {
expectedPHPHeader := GetUnCommonHeader(header)
hardCodedHeader := phpHeader + "\x00"
assert.Equal(t, hardCodedHeader, expectedPHPHeader, "header %s is not well formed", header)
assert.Equal(t, hardCodedHeader, expectedPHPHeader, "header is not well formed: "+phpHeader)
}
}

0 comments on commit 84d4a92

Please sign in to comment.