We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc77bc8 commit 70ad223Copy full SHA for 70ad223
tests/e2e/utils/apiHelper.js
@@ -30,7 +30,7 @@ const getAuthHeaders = (user) => {
30
}
31
32
const getWebDavUrl = (user, fileName) => {
33
- return `${config.baseOcisUrl}/dav/files/${user}/${fileName}`
+ return `${config.baseOcisUrl}/remote.php/dav/files/${user}/${fileName}`
34
35
36
module.exports = {
0 commit comments