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 cbd0cc7 commit 450a25aCopy full SHA for 450a25a
internal/webserver/Webserver_test.go
@@ -334,7 +334,7 @@ func TestDownloadHotlink(t *testing.T) {
334
// Download expired hotlink
335
test.HttpPageResult(t, test.HttpTestConfig{
336
Url: "http://127.0.0.1:53843/hotlink/PhSs6mFtf8O5YGlLMfNw9rYXx9XRNkzCnJZpQBi7inunv3Z4A.jpg",
337
- RequiredContent: []string{"The requested image has expired"},
+ RequiredContent: []string{"The requested file has expired"},
338
})
339
}
340
0 commit comments