mirror of
https://github.com/nextcloud/server.git
synced 2026-06-05 06:44:47 -04:00
fix(tests): Adjust tests for updated webdav library
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
042b62f80a
commit
5cb0ff8e51
2 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ import { File, Folder, davParsePermissions, davGetDefaultPropfind } from '@nextc
|
|||
import { generateRemoteUrl } from '@nextcloud/router'
|
||||
import { getCurrentUser } from '@nextcloud/auth'
|
||||
|
||||
import { getClient, rootPath } from './WebdavClient'
|
||||
import { getClient, rootPath } from './WebdavClient.ts'
|
||||
import { hashCode } from '../utils/hashUtils'
|
||||
import logger from '../logger'
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ const ignorePatterns = [
|
|||
'char-regex',
|
||||
'hot-patcher',
|
||||
'is-svg',
|
||||
'layerr',
|
||||
'mime',
|
||||
'p-cancelable',
|
||||
'p-limit',
|
||||
|
|
|
|||
Loading…
Reference in a new issue