Skip to content

Commit

Permalink
chore(auth): fix fetch current device test (#5297)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikaHsn authored Aug 14, 2024
1 parent db2258c commit 221cf61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ void main() {
AmplifyLogger().logLevel = LogLevel.verbose;

final userPoolKeys = CognitoUserPoolKeys(userPoolConfig.appClientId);
final identityPoolKeys = CognitoIdentityPoolKeys(identityPoolConfig.poolId);
final identityPoolKeys =
CognitoIdentityPoolKeys(mockConfig.auth!.identityPoolId!);
final testAuthRepo = AmplifyAuthProviderRepository();
final mockDevice = DeviceType(deviceKey: deviceKey);
final mockDeviceResponse = GetDeviceResponse(device: mockDevice);
Expand Down

0 comments on commit 221cf61

Please sign in to comment.