Parcourir la source

Fix integration test after librejs location change (#2374)

Fixes #2373
tags/v1.3.0-rc1
Sandro Santilli il y a 6 ans
Parent
révision
233bbcfa94
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      integrations/links_test.go

+ 1
- 1
integrations/links_test.go Voir le fichier

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

Chargement…
Annuler
Enregistrer