From af4f756a1d9970829018773d19d8322eb7d19337 Mon Sep 17 00:00:00 2001 From: Gasan Guseinov Date: Fri, 24 Jan 2025 14:04:33 +0100 Subject: [PATCH] update test name Signed-off-by: Gasan Guseinov --- .../auth/oauth2/OAuth2CustomAuthConnector.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-app-api/src/apis/implementations/auth/oauth2/OAuth2CustomAuthConnector.test.ts b/packages/core-app-api/src/apis/implementations/auth/oauth2/OAuth2CustomAuthConnector.test.ts index 508d3c7274..e5ef3cbc0d 100644 --- a/packages/core-app-api/src/apis/implementations/auth/oauth2/OAuth2CustomAuthConnector.test.ts +++ b/packages/core-app-api/src/apis/implementations/auth/oauth2/OAuth2CustomAuthConnector.test.ts @@ -53,7 +53,7 @@ class CustomAuthConnector implements AuthConnector { async removeSession(): Promise {} } -describe('OAuth2', () => { +describe('OAuth2CustomAuthConnector', () => { it('should use provided auth provider', async () => { const popupMock = { closed: false };