Skip to content

Commit

Permalink
remove unnecessary settings in version command test
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <[email protected]>
  • Loading branch information
cmatsuoka authored and sergiusens committed Sep 8, 2023
1 parent c3b9c60 commit 746cb0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ def test_project_managed(capsys, monkeypatch, tmp_path, project, app):


def test_version(capsys, monkeypatch, app):
monkeypatch.setenv("CRAFT_DEBUG", "1")
monkeypatch.setenv("CRAFT_MANAGED_MODE", "1")
monkeypatch.setattr("sys.argv", ["testcraft", "version"])

app.run()
Expand Down

0 comments on commit 746cb0c

Please sign in to comment.