Skip to content

Commit

Permalink
#140 Fixed the localstack fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Sep 26, 2024
1 parent 691fc73 commit 688fbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/localstack_fixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def run_localstack(backend_aware_onprem_database) -> tuple[str, str] | None:
s3_port = 4566
container = docker_client.containers.run(
image="localstack/localstack",
ports={s3_port: s3_port},
# ports={s3_port: s3_port},
environment={'SERVICES': 's3'},
network=f'container:{container_info.container_name}',
detach=True)
Expand Down

0 comments on commit 688fbc7

Please sign in to comment.