Run ruff format

Signed-off-by: gtebbutt <5956226+gtebbutt@users.noreply.github.com>
This commit is contained in:
gtebbutt 2025-04-30 23:02:57 +01:00
parent 4d715ce21d
commit 9cd17f2b8e

View File

@ -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):