Skip to content

Commit

Permalink
Update test for new error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Sep 18, 2024
1 parent ca1427e commit 56d19e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_cli_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def test_missing_username(runner):
],
)
assert result.exit_code == 2
assert '--username' in result.stdout
assert 'username' in result.stdout

0 comments on commit 56d19e1

Please sign in to comment.