Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Aug 21, 2024
1 parent c5453b2 commit 614b1f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/functional/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,7 @@ def cmd(account):

result = runner.invoke(cmd, ("--account", "THIS ALAS IS NOT FOUND"))
expected = (
"Invalid value for '--account': "
"Account with alias 'THIS ALAS IS NOT FOUND' not found"
"Invalid value for '--account': " "Account with alias 'THIS ALAS IS NOT FOUND' not found"
)
assert expected in result.output

Expand Down

0 comments on commit 614b1f7

Please sign in to comment.