Skip to content

Commit 233bbcf

Browse files
strklafriks
authored andcommitted
Fix integration test after librejs location change (#2374)
Fixes #2373
1 parent 874f9be commit 233bbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/links_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func TestLinksNoLogin(t *testing.T) {
2828
"/user/forgot_password",
2929
"/swagger",
3030
// TODO: follow this page and test every link
31-
"/assets/librejs/librejs.html",
31+
"/vendor/librejs.html",
3232
}
3333

3434
for _, link := range links {

0 commit comments

Comments
 (0)