Fix integration test after librejs location change (#2374)

Fixes #2373
release/v1.3
Sandro Santilli 7 years ago committed by Lauris BH
parent 874f9be3e6
commit 233bbcfa94

@ -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