Procházet zdrojové kódy

Fix integration test after librejs location change (#2374)

Fixes #2373
tags/v1.3.0-rc1
Sandro Santilli před 6 roky
rodič
revize
233bbcfa94
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      integrations/links_test.go

+ 1
- 1
integrations/links_test.go Zobrazit soubor

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

Načítá se…
Zrušit
Uložit