Skip to content

Commit eacd8f4

Browse files
Remove httpbin.org header assertion
1 parent 32bf47e commit eacd8f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/testsuite_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ func TestGetCustom(t *testing.T) {
7676

7777
testSuite.AssertOk()
7878
testSuite.AssertContentType("application/json")
79-
testSuite.AssertHeader("Server", "gunicorn/19.7.0")
8079
testSuite.AssertContains("httpbin.org")
8180
testSuite.AssertContainsRegex("gzip|deflate")
8281
}

0 commit comments

Comments
 (0)