Browse Source

Fix integration test after librejs location change (#2374)

Fixes #2373
tags/v1.3.0-rc1
Sandro Santilli 6 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",
"/swagger",
// TODO: follow this page and test every link
"/assets/librejs/librejs.html",
"/vendor/librejs.html",
}

for _, link := range links {

Loading…
Cancel
Save