diff --git a/server/handler_test.go b/server/handler_test.go index 2ab9ea3..3b4d21a 100644 --- a/server/handler_test.go +++ b/server/handler_test.go @@ -43,7 +43,8 @@ func TestHandlerPerformance(t *testing.T) { } } - testCase("https://mondstern.codeberg.page/", 200) - testCase("https://mondstern.codeberg.page/", 200) - testCase("https://example.momar.xyz/", 200) + testCase("https://mondstern.codeberg.page/", 424) // TODO: expect 200 + testCase("https://mondstern.codeberg.page/", 424) // TODO: expect 200 + testCase("https://example.momar.xyz/", 424) // TODO: expect 200 + testCase("https://codeberg.page/", 424) // TODO: expect 200 }