Skip to content

Commit

Permalink
show zot config dir in fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincinator committed Aug 14, 2024
1 parent 09673b3 commit 626331f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_push_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@pytest.fixture(autouse=True)
def setup_test_environment():
print("Spawning zot registry")
print("Spawning zot registry with config {ZOT_CONFIG_FILE}")
zot_process = spawn_background_process(f"zot serve {ZOT_CONFIG_FILE}")

yield zot_process
Expand Down

0 comments on commit 626331f

Please sign in to comment.