add more info

This commit is contained in:
6543 2023-01-11 00:49:35 +01:00
parent 0a0b5edfb4
commit 6cee2b1c81

View File

@ -93,6 +93,7 @@ func TestCustomDomainRedirects(t *testing.T) {
assert.EqualValues(t, `https:/codeberg.org/6543/test_pages-server_custom-mock-domain/src/branch/main/README.md; rel="canonical"; rel="canonical"`, resp.Header.Get("Link"))
// TODO: test redirect from an custom domain to the primary custom domain (www.example.com -> example.com)
// (cover bug https://codeberg.org/Codeberg/pages-server/issues/153)
}
func TestGetNotFound(t *testing.T) {