Fix integration test after librejs location change (#2374)

Fixes #2373
This commit is contained in:
Sandro Santilli 2017-08-24 07:54:06 +02:00 committed by Lauris BH
parent 874f9be3e6
commit 233bbcfa94
1 changed files with 1 additions and 1 deletions

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 {