We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa3bd2 commit 682b580Copy full SHA for 682b580
server/tests/test_bash_ioc.py
@@ -27,7 +27,7 @@
27
encoding="utf-8",
28
)
29
30
-setup_compose = ComposeFixtureFactory(Path("docker") / Path("test-bash-ioc.yml")).return_fixture()
+setup_compose = ComposeFixtureFactory(Path("tests") / "docker" / "test-bash-ioc.yml").return_fixture()
31
32
33
def docker_exec_new_command(container: Container, command: str, env: Optional[dict] = None) -> None:
0 commit comments