Skip to content

Commit a610319

Browse files
committed
remove comment
1 parent 264b9cd commit a610319

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/contract-tests/tests/test/amazon/awssdk/awssdk_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def set_up_dependency_container(cls):
9090
.with_name("localstack")
9191
.with_services("s3", "secretsmanager", "sns", "sqs", "stepfunctions", "dynamodb", "kinesis")
9292
.with_env("DEFAULT_REGION", "us-west-2")
93-
# .with_env("PROVIDER_OVERRIDE_STEPFUNCTIONS", "legacy")
9493
.with_kwargs(network=NETWORK_NAME, networking_config=local_stack_networking_config)
9594
)
9695
cls._local_stack.start()

0 commit comments

Comments
 (0)