From 9090707b217364630a58390a31d2eaf310de9967 Mon Sep 17 00:00:00 2001 From: ckunki Date: Fri, 20 Oct 2023 14:11:27 +0200 Subject: [PATCH] Fixed test --- test/integration/test_install_dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test_install_dependencies.py b/test/integration/test_install_dependencies.py index f8ea5da7..8d248c8a 100644 --- a/test/integration/test_install_dependencies.py +++ b/test/integration/test_install_dependencies.py @@ -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: