Skip to content

Commit 7780699

Browse files
committed
tests: Always use nextcloud as TEST_URL
Signed-off-by: Marcel Klehr <[email protected]>
1 parent d5fcfdf commit 7780699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/selenium-runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ installConsoleHandler()
9797

9898
testUrl += `dist/html/test.html?grep=${process.env.FLOCCUS_TEST}&server=${server}&app_version=${process.env.APP_VERSION}&browser=${process.env.SELENIUM_BROWSER}`
9999

100-
testUrl += `&test_url=${server}`
100+
testUrl += `&test_url=http://nextcloud/`
101101

102102
if (process.env.FLOCCUS_TEST.includes('google-drive')) {
103103
testUrl += `&password=${process.env.GOOGLE_API_REFRESH_TOKEN}`

0 commit comments

Comments
 (0)