We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dc449 commit 44d25e2Copy full SHA for 44d25e2
packages/amplify-e2e-tests/src/__tests__/auth_2.test.ts
@@ -50,7 +50,7 @@ describe('amplify add auth...', () => {
50
validateNodeModulesDirRemoval(projRoot);
51
expect(clients[0].UserPoolClient.CallbackURLs[0]).toEqual('https://www.google.com/');
52
expect(clients[0].UserPoolClient.LogoutURLs[0]).toEqual('https://www.nytimes.com/');
53
- expect(clients[0].UserPoolClient.SupportedIdentityProviders).toHaveLength(4);
+ expect(clients[0].UserPoolClient.SupportedIdentityProviders).toHaveLength(5);
54
});
55
56
it('...should init a project and add auth a PostConfirmation: add-to-group trigger', async () => {
0 commit comments