Browse Source
test: Don't use @nc/axios in cypress
Signed-off-by: Louis Chemineau <louis@chmn.me>
pull/45981/head
Louis Chemineau
1 year ago
Failed to extract signature
1 changed files with
1 additions and
3 deletions
-
cypress/support/commands.ts
|
|
|
@ -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' |
|
|
|
|
|
|
|
|