Skip to content

Commit 3e9ac67

Browse files
fix util function call in test
1 parent fbabb13 commit 3e9ac67

File tree

1 file changed

+1
-1
lines changed
  • localstack-core/localstack/testing/pytest/stepfunctions

1 file changed

+1
-1
lines changed

localstack-core/localstack/testing/pytest/stepfunctions/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def create_and_record_mocked_execution(
613613
state_machine_name=state_machine_name,
614614
state_machine_type=state_machine_type,
615615
)
616-
execution_arn = launch_and_record_mocked_sync_execution(
616+
execution_arn = launch_and_record_mocked_execution(
617617
target_aws_client, sfn_snapshot, state_machine_arn, execution_input, test_name
618618
)
619619
return execution_arn

0 commit comments

Comments
 (0)