0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-01 18:15:06 -05:00

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

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 {