Skip to content

Commit

Permalink
ci(linters): reformat application integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <[email protected]>
  • Loading branch information
cmatsuoka committed Sep 18, 2023
1 parent b63eb6e commit d01f055
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d01f055

Please sign in to comment.