From d01f05599e31ce5a7b91e26719b09a0791c4471d Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Mon, 18 Sep 2023 16:25:46 -0300 Subject: [PATCH] ci(linters): reformat application integration test Signed-off-by: Claudio Matsuoka --- tests/integration/test_application.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/integration/test_application.py b/tests/integration/test_application.py index da00c35b..b5ec909e 100644 --- a/tests/integration/test_application.py +++ b/tests/integration/test_application.py @@ -139,9 +139,7 @@ def run(self, parsed_args: argparse.Namespace) -> None: app.run() -@pytest.mark.parametrize( - "cmd", ["clean", "pull", "build", "stage", "prime", "pack"] -) +@pytest.mark.parametrize("cmd", ["clean", "pull", "build", "stage", "prime", "pack"]) def test_run_always_load_project(monkeypatch, app, cmd): """Run a lifecycle command without having a project shall fail.""" monkeypatch.setenv("CRAFT_DEBUG", "1")