diff options
author | Sandro Santilli <strk@kbt.io> | 2017-08-24 07:54:06 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-08-24 08:54:06 +0300 |
commit | 233bbcfa94af8d29c337e0b6602a1991009dde46 (patch) | |
tree | 9b293744a432a78e1e5b3714d2a30683885a9ee7 /integrations/links_test.go | |
parent | 874f9be3e6eb135a013cb146111dadc6dd5d1042 (diff) | |
download | gitea-233bbcfa94af8d29c337e0b6602a1991009dde46.tar.gz gitea-233bbcfa94af8d29c337e0b6602a1991009dde46.zip |
Fix integration test after librejs location change (#2374)
Fixes #2373
Diffstat (limited to 'integrations/links_test.go')
-rw-r--r-- | integrations/links_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/links_test.go b/integrations/links_test.go index d1f99ca020..bab147bdd9 100644 --- a/integrations/links_test.go +++ b/integrations/links_test.go @@ -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 { |