diff options
Diffstat (limited to 'integrations/links_test.go')
-rw-r--r-- | integrations/links_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/integrations/links_test.go b/integrations/links_test.go index 3b9c245fc3..03229e10e1 100644 --- a/integrations/links_test.go +++ b/integrations/links_test.go @@ -35,6 +35,8 @@ func TestLinksNoLogin(t *testing.T) { "/user2/repo1", "/user2/repo1/projects", "/user2/repo1/projects/1", + "/assets/img/404.png", + "/assets/img/500.png", } for _, link := range links { |