Skip to content

Commit bf8a031

Browse files
committed
fix failing test build
1 parent ca6eb27 commit bf8a031

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/auth/amplify_auth_cognito/test/hosted_ui_platform_flutter_test.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ final class ThrowingNativeBridge extends Fake implements NativeAuthBridge {
8383
String arg_callbackUrlScheme,
8484
bool arg_preferPrivateSession,
8585
String? arg_browserPackageName,
86+
String? arg_nonce,
87+
String? arg_language,
88+
String? arg_loginHint,
89+
List<String>? arg_prompt,
90+
String? arg_resource
8691
) async {
8792
throw PlatformException(code: 'CANCELLED');
8893
}

0 commit comments

Comments
 (0)