From d7467d9b8e5db2e7f52669c7f839b0a2f9e7aba2 Mon Sep 17 00:00:00 2001 From: Alessio Gravili Date: Fri, 1 Mar 2024 15:21:46 -0500 Subject: [PATCH] chore: remove duplicate import from auth test suite --- test/auth/e2e.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/auth/e2e.spec.ts b/test/auth/e2e.spec.ts index 594203265..9eb38dfcf 100644 --- a/test/auth/e2e.spec.ts +++ b/test/auth/e2e.spec.ts @@ -7,7 +7,6 @@ import { initPageConsoleErrorCatch, login, saveDocAndAssert } from '../helpers' import { AdminUrlUtil } from '../helpers/adminUrlUtil' import { initPayloadE2E } from '../helpers/configHelpers' import config from './config' -import config from './config' import { apiKeysSlug, slug } from './shared' /**