This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix integration test after librejs location change (
#2374
)
Fixes
#2373
for-closed-social
Sandro Santilli
7 years ago
committed by
Lauris BH
parent
874f9be3e6
commit
233bbcfa94
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
integrations/links_test.go
+ 1
- 1
integrations/links_test.go
View File
@ -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
{
Write
Preview
Loading…
Cancel
Save