Skip to content

Commit 682b580

Browse files
committed
fixup! Add a test remove channel
1 parent 4fa3bd2 commit 682b580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/tests/test_bash_ioc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
encoding="utf-8",
2828
)
2929

30-
setup_compose = ComposeFixtureFactory(Path("docker") / Path("test-bash-ioc.yml")).return_fixture()
30+
setup_compose = ComposeFixtureFactory(Path("tests") / "docker" / "test-bash-ioc.yml").return_fixture()
3131

3232

3333
def docker_exec_new_command(container: Container, command: str, env: Optional[dict] = None) -> None:

0 commit comments

Comments
 (0)