Skip to content

Commit 450a25a

Browse files
committed
fixed test
1 parent cbd0cc7 commit 450a25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/webserver/Webserver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ func TestDownloadHotlink(t *testing.T) {
334334
// Download expired hotlink
335335
test.HttpPageResult(t, test.HttpTestConfig{
336336
Url: "http://127.0.0.1:53843/hotlink/PhSs6mFtf8O5YGlLMfNw9rYXx9XRNkzCnJZpQBi7inunv3Z4A.jpg",
337-
RequiredContent: []string{"The requested image has expired"},
337+
RequiredContent: []string{"The requested file has expired"},
338338
})
339339
}
340340

0 commit comments

Comments
 (0)