Skip to content

Commit af6f515

Browse files
committed
Fix integration test after librejs location change
Fixes go-gitea#2373
1 parent 0fd9289 commit af6f515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/links_test.go

Lines changed: 1 addition & 1 deletion
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)