diff --git a/tests/integration/abort/test_podman_compose_abort.py b/tests/integration/abort/test_podman_compose_abort.py index 42d845a..73d7db1 100644 --- a/tests/integration/abort/test_podman_compose_abort.py +++ b/tests/integration/abort/test_podman_compose_abort.py @@ -9,11 +9,7 @@ from tests.integration.test_utils import test_path def compose_yaml_path(failure_order): - return os.path.join( - test_path(), - "abort", - f"docker-compose-fail-{failure_order}.yaml" - ) + return os.path.join(test_path(), "abort", f"docker-compose-fail-{failure_order}.yaml") def test_abort_command(failure_order, abort_type):