]> source.dussan.org Git - gitea.git/commitdiff
Fix integration test after librejs location change (#2374)
authorSandro Santilli <strk@kbt.io>
Thu, 24 Aug 2017 05:54:06 +0000 (07:54 +0200)
committerLauris BH <lauris@nix.lv>
Thu, 24 Aug 2017 05:54:06 +0000 (08:54 +0300)
Fixes #2373

integrations/links_test.go

index d1f99ca020800d049ace34fedc8ade79d726a3e0..bab147bdd9b1be07648092b215279b4e2e93fbab 100644 (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 {