Skip to content

Commit

Permalink
test: Don't use @nc/axios in cypress
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Jul 2, 2024
1 parent d601312 commit 1c02281
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 1c02281

Please sign in to comment.