From c5a71002364da06cd5c715eb6ba62fed62e52fd8 Mon Sep 17 00:00:00 2001 From: Jordan Nelson Date: Tue, 30 Jul 2024 13:44:27 -0400 Subject: [PATCH] chore: add testUrlScheme back to test (#5223) --- .../example/integration_test/native_auth_bridge_test.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/auth/amplify_auth_cognito/example/integration_test/native_auth_bridge_test.dart b/packages/auth/amplify_auth_cognito/example/integration_test/native_auth_bridge_test.dart index 9945f6b207..6af168b566 100644 --- a/packages/auth/amplify_auth_cognito/example/integration_test/native_auth_bridge_test.dart +++ b/packages/auth/amplify_auth_cognito/example/integration_test/native_auth_bridge_test.dart @@ -18,6 +18,8 @@ import 'package:http/testing.dart'; import 'test_runner.dart'; +const testUrlScheme = 'authtest'; + void main() { testRunner.setupTests();