Skip to content

Commit

Permalink
fixed fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joseevilasio committed Sep 15, 2023
1 parent d70e8e6 commit 096b86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,5 @@ def test_add_user():
)["username"]

assert out.exit_code == 0
assert f"User created - admin" in out.output
assert "User created - admin" in out.output
assert "admin" == username

0 comments on commit 096b86c

Please sign in to comment.