diff options
Diffstat (limited to 'cypress/support')
-rw-r--r-- | cypress/support/commands.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts index 5a465d0e4f6..6ca0388a0a0 100644 --- a/cypress/support/commands.ts +++ b/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' |