From 6cee2b1c814d5f18e5d32f0b33b3433f1c70e50c Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 11 Jan 2023 00:49:35 +0100 Subject: [PATCH] add more info --- integration/get_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/get_test.go b/integration/get_test.go index f338552..556ac53 100644 --- a/integration/get_test.go +++ b/integration/get_test.go @@ -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) {