Skip to content

Commit 44d25e2

Browse files
authored
test: modified count for supported identity providers (#7327)
1 parent 50dc449 commit 44d25e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amplify-e2e-tests/src/__tests__/auth_2.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('amplify add auth...', () => {
5050
validateNodeModulesDirRemoval(projRoot);
5151
expect(clients[0].UserPoolClient.CallbackURLs[0]).toEqual('https://www.google.com/');
5252
expect(clients[0].UserPoolClient.LogoutURLs[0]).toEqual('https://www.nytimes.com/');
53-
expect(clients[0].UserPoolClient.SupportedIdentityProviders).toHaveLength(4);
53+
expect(clients[0].UserPoolClient.SupportedIdentityProviders).toHaveLength(5);
5454
});
5555

5656
it('...should init a project and add auth a PostConfirmation: add-to-group trigger', async () => {

0 commit comments

Comments
 (0)