mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
make test at least pass
This commit is contained in:
parent
33a888c748
commit
3e4cd70fa0
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue