소스 검색

Fix integration test after librejs location change (#2374)

Fixes #2373
tags/v1.3.0-rc1
Sandro Santilli 6 년 전
부모
커밋
233bbcfa94
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      integrations/links_test.go

+ 1
- 1
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 {

Loading…
취소
저장