Skip to content

Commit

Permalink
Fix integration test after librejs location change (go-gitea#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
strk authored and lafriks committed Aug 24, 2017
1 parent 874f9be commit 233bbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/links_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 233bbcf

Please sign in to comment.