From 44d25e20576aad26f81e11da273cef09e98f7828 Mon Sep 17 00:00:00 2001 From: Ammar <56042290+ammarkarachi@users.noreply.github.com> Date: Thu, 13 May 2021 08:29:14 -0700 Subject: [PATCH] test: modified count for supported identity providers (#7327) --- packages/amplify-e2e-tests/src/__tests__/auth_2.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amplify-e2e-tests/src/__tests__/auth_2.test.ts b/packages/amplify-e2e-tests/src/__tests__/auth_2.test.ts index 13350025ed9..51afed7ef19 100644 --- a/packages/amplify-e2e-tests/src/__tests__/auth_2.test.ts +++ b/packages/amplify-e2e-tests/src/__tests__/auth_2.test.ts @@ -50,7 +50,7 @@ describe('amplify add auth...', () => { validateNodeModulesDirRemoval(projRoot); expect(clients[0].UserPoolClient.CallbackURLs[0]).toEqual('https://www.google.com/'); expect(clients[0].UserPoolClient.LogoutURLs[0]).toEqual('https://www.nytimes.com/'); - expect(clients[0].UserPoolClient.SupportedIdentityProviders).toHaveLength(4); + expect(clients[0].UserPoolClient.SupportedIdentityProviders).toHaveLength(5); }); it('...should init a project and add auth a PostConfirmation: add-to-group trigger', async () => {