diff options
Diffstat (limited to 'integrations/links_test.go')
-rw-r--r-- | integrations/links_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/links_test.go b/integrations/links_test.go index 03229e10e1..91166274a2 100644 --- a/integrations/links_test.go +++ b/integrations/links_test.go @@ -156,7 +156,7 @@ func testLinksAsUser(userName string, t *testing.T) { "/releases", "/releases/new", //"/wiki/_pages", - "/wiki/_new", + "/wiki/?action=_new", } for _, repo := range apiRepos { |