Skip to content

Commit

Permalink
fix: incorect zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Sep 6, 2024
1 parent 37dbbdf commit 3be19a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/run_binary_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestRunBinary(t *testing.T) {
Description("Get favicon.ico: "+url),
Get(url),
Expect().Status().Equal(http.StatusOK),
Expect().Headers("content-type").Equal("image/x-icon"),
Expect().Headers("content-type").Contains("image"),
Expect().Body().Bytes().Len().GreaterThan(0),
)
}

0 comments on commit 3be19a5

Please sign in to comment.