From 233bbcfa94af8d29c337e0b6602a1991009dde46 Mon Sep 17 00:00:00 2001
From: Sandro Santilli <strk@kbt.io>
Date: Thu, 24 Aug 2017 07:54:06 +0200
Subject: [PATCH] Fix integration test after librejs location change (#2374)

Fixes #2373
---
 integrations/links_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integrations/links_test.go b/integrations/links_test.go
index d1f99ca0208..bab147bdd9b 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 {