From 38eabec87d87dbc28f8cf1dfb16def0cc7cb53de Mon Sep 17 00:00:00 2001 From: Gyanesh Gouraw Date: Mon, 15 Apr 2024 10:28:18 +0530 Subject: [PATCH] Removed unused import addClientAuthentication --- test/auth/client-authentication.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/auth/client-authentication.test.ts b/test/auth/client-authentication.test.ts index 2ba46c2e6..53000d469 100644 --- a/test/auth/client-authentication.test.ts +++ b/test/auth/client-authentication.test.ts @@ -3,7 +3,6 @@ import { jest } from '@jest/globals'; import * as jose from 'jose'; import { AuthenticationClient } from '../../src/index.js'; import { TEST_PUBLIC_KEY, TEST_PRIVATE_KEY } from '../constants.js'; -import { addClientAuthentication } from '../../src/auth/client-authentication.js'; const URL = 'https://tenant.auth0.com/'; const clientId = 'test-client-id';