Skip to content

Commit 70ad223

Browse files
committed
use remote.php
1 parent fc77bc8 commit 70ad223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/utils/apiHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const getAuthHeaders = (user) => {
3030
}
3131

3232
const getWebDavUrl = (user, fileName) => {
33-
return `${config.baseOcisUrl}/dav/files/${user}/${fileName}`
33+
return `${config.baseOcisUrl}/remote.php/dav/files/${user}/${fileName}`
3434
}
3535

3636
module.exports = {

0 commit comments

Comments
 (0)