🐛 Fix overwritten test function
This commit is contained in:
parent
4f26f45134
commit
e9afd24958
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def test_help_create():
|
|||
assert "Some internal utility function to create." not in result.output
|
||||
|
||||
|
||||
def test_help_create():
|
||||
def test_help_delete():
|
||||
result = runner.invoke(app, ["delete", "--help"])
|
||||
assert result.exit_code == 0
|
||||
assert "Delete a user with USERNAME." in result.output
|
||||
|
|
Loading…
Reference in a new issue