We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c16259 commit 48f25a6Copy full SHA for 48f25a6
1 file changed
middleware/static_test.go
@@ -65,7 +65,6 @@ func TestStatic(t *testing.T) {
65
name: "ok, serve file from subdirectory",
66
whenURL: "/assets/readme.md",
67
expectCode: http.StatusOK,
68
- expectLength: "54",
69
expectContains: "This directory is used for the static middleware test",
70
},
71
{
0 commit comments