diff options
Diffstat (limited to 'integrations/links_test.go')
-rw-r--r-- | integrations/links_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/integrations/links_test.go b/integrations/links_test.go index e69d9306ed..2db07e8814 100644 --- a/integrations/links_test.go +++ b/integrations/links_test.go @@ -33,8 +33,6 @@ func TestLinksNoLogin(t *testing.T) { "/user/forgot_password", "/api/swagger", "/api/v1/swagger", - // TODO: follow this page and test every link - "/vendor/librejs.html", } for _, link := range links { |