Skip to content

Commit 0837ec4

Browse files
committed
Change variable name
1 parent b9ccfe3 commit 0837ec4

File tree

1 file changed

+2
-2
lines changed
  • src/integ_test_resources/android/amplify/integration/cdk

1 file changed

+2
-2
lines changed

src/integ_test_resources/android/amplify/integration/cdk/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def build_amplify_deployer_stack_props(cb_project_name: str,
3636
print(BANNER_TEXT)
3737
print(SEPARATOR)
3838

39-
instrumented_test_props = build_amplify_deployer_stack_props(cb_project_name="DataStoreTestsBackendDeployer",
39+
datastore_instrumented_test_props = build_amplify_deployer_stack_props(cb_project_name="DataStoreTestsBackendDeployer",
4040
github_repo=GITHUB_REPO,
4141
github_owner=github_owner,
4242
branch=branch,
@@ -48,7 +48,7 @@ def build_amplify_deployer_stack_props(cb_project_name: str,
4848
branch=branch,
4949
shell_script_name="deploy_api_tests_backend.sh")
5050

51-
instrumented_test_backend_stack = AmplifyDeployer(app, "DataStoreTestsBackendDeployer", instrumented_test_props, env=TARGET_ENV)
51+
instrumented_test_backend_stack = AmplifyDeployer(app, "DataStoreTestsBackendDeployer", datastore_instrumented_test_props, env=TARGET_ENV)
5252
api_instrumented_test_backend_stack = AmplifyDeployer(app, "ApiTestsBackendDeployer", api_instrumented_test_props, env=TARGET_ENV)
5353

5454
app.synth()

0 commit comments

Comments
 (0)