update test name

Signed-off-by: Gasan Guseinov <gasan.guseinov@ing.com>
This commit is contained in:
Gasan Guseinov
2025-01-24 14:04:33 +01:00
parent c508d98be2
commit af4f756a1d
@@ -53,7 +53,7 @@ class CustomAuthConnector implements AuthConnector<OAuth2Session> {
async removeSession(): Promise<void> {}
}
describe('OAuth2', () => {
describe('OAuth2CustomAuthConnector', () => {
it('should use provided auth provider', async () => {
const popupMock = { closed: false };