Skip to content

Commit

Permalink
refactor: correct image assignment in opal_client fixture for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ariWeinberg committed Dec 30, 2024
1 parent 3baa266 commit 7d50884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def opal_client(opal_network: Network, opal_server: List[OpalServerContainer], r

container = OpalClientContainer(
OpalClientSettings(
#image="permitio/opal-client:latest",
image="permitio/opal-client:latest",
container_name=container_name,
container_index=i+1,
opal_server_url=opal_server_url,
Expand Down

0 comments on commit 7d50884

Please sign in to comment.