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';