From 1f58e63bcc089788c9123f38ee144a909ecb610f Mon Sep 17 00:00:00 2001 From: Daniel Deloff <44780793+rv-ddeloff@users.noreply.github.com> Date: Tue, 12 Oct 2021 11:35:31 -0400 Subject: [PATCH] updates test Signed-off-by: Daniel Deloff <44780793+rv-ddeloff@users.noreply.github.com> --- plugins/auth-backend/src/providers/atlassian/provider.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/auth-backend/src/providers/atlassian/provider.test.ts b/plugins/auth-backend/src/providers/atlassian/provider.test.ts index 58c7468246..86ce21265e 100644 --- a/plugins/auth-backend/src/providers/atlassian/provider.test.ts +++ b/plugins/auth-backend/src/providers/atlassian/provider.test.ts @@ -54,7 +54,7 @@ describe('createAtlassianProvider', () => { clientId: 'mock', clientSecret: 'mock', callbackUrl: 'mock', - scopes: [], + scopes: 'scope', signInResolver: atlassianDefaultSignInResolver, });