Skip to content

Commit

Permalink
test: modified count for supported identity providers (aws-amplify#7327)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarkarachi authored May 13, 2021
1 parent 50dc449 commit 44d25e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplify-e2e-tests/src/__tests__/auth_2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 44d25e2

Please sign in to comment.