Browse Source

Fix integration test after librejs location change (#2374)

Fixes #2373
master
Sandro Santilli Lauris BH 7 years ago
parent
commit
233bbcfa94
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      integrations/links_test.go

+ 1
- 1
integrations/links_test.go View File

@@ -28,7 +28,7 @@ func TestLinksNoLogin(t *testing.T) {
"/user/forgot_password", "/user/forgot_password",
"/swagger", "/swagger",
// TODO: follow this page and test every link // TODO: follow this page and test every link
"/assets/librejs/librejs.html",
"/vendor/librejs.html",
} }


for _, link := range links { for _, link := range links {


Loading…
Cancel
Save