Skip to content

Commit

Permalink
fix: cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jun 9, 2024
1 parent 8a5f9b6 commit b2e4e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def test_help():
"""The help message includes the CLI name."""
result = runner.invoke(app, ["--help"])
assert result.exit_code == 0
assert "Add the arguments and print the result" in result.stdout
assert "UniFi Protect CLI" in result.stdout

0 comments on commit b2e4e8e

Please sign in to comment.