test: Don't use @nc/axios in cypress

Signed-off-by: Louis Chemineau <louis@chmn.me>
pull/45981/head
Louis Chemineau 5 months ago
parent 124f1aef44
commit d73be08884
No known key found for this signature in database
  1. 4
      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'

Loading…
Cancel
Save