mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
test: Don't use @nc/axios in cypress
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
124f1aef44
commit
d73be08884
1 changed files with 1 additions and 3 deletions
|
|
@ -3,9 +3,7 @@
|
|||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
// eslint-disable-next-line n/no-extraneous-import
|
||||
import type { AxiosResponse } from 'axios'
|
||||
|
||||
import axios from '@nextcloud/axios'
|
||||
import axios, { type AxiosResponse } from 'axios'
|
||||
import { addCommands, User } from '@nextcloud/cypress'
|
||||
import { basename } from 'path'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue