diff --git a/plugins/auth-backend-module-vmware-cloud-provider/src/authenticator.test.ts b/plugins/auth-backend-module-vmware-cloud-provider/src/authenticator.test.ts index 6e2c6aeb32..c569cf1a9b 100644 --- a/plugins/auth-backend-module-vmware-cloud-provider/src/authenticator.test.ts +++ b/plugins/auth-backend-module-vmware-cloud-provider/src/authenticator.test.ts @@ -35,7 +35,7 @@ import { jest.mock('uid2', () => jest.fn().mockReturnValue('sessionid')); -describe('VMwareCloudServicesAuthenticator', () => { +describe('vmwareCloudAuthenticator', () => { const server = setupServer(); setupRequestMockHandlers(server);