Skip to content

Commit

Permalink
test: update auth test to pass appClientWeb (#6453)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuth committed Jan 21, 2021
1 parent 58726aa commit e28035a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ describe('auth import userpool only', () => {
nativeAppClientName,
customAppClientSettings,
));
await await importUserPoolOnly(projectRoot, ogSettings.userPoolName, { native: nativeAppClientName });
await await importUserPoolOnly(projectRoot, ogSettings.userPoolName, { native: nativeAppClientName, web: '_app_clientWeb' });
await amplifyPushAuth(projectRoot);
expectLocalAndCloudMetaFilesMatching(projectRoot);
const projectDetails = getAuthProjectDetails(projectRoot);
Expand Down

0 comments on commit e28035a

Please sign in to comment.