Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 20, 2023
1 parent df49615 commit 9090707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_install_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)

@pytest.fixture
def test_container(tmp_path):
def dockerfile(tmp_path):
dockerfile = tmp_path / "test_container" / "Dockerfile"
dockerfile.parent.mkdir()
with dockerfile.open("w") as f:
Expand Down

0 comments on commit 9090707

Please sign in to comment.