Skip to content

Commit

Permalink
make sure action fails
Browse files Browse the repository at this point in the history
  • Loading branch information
codethulu committed Jun 3, 2024
1 parent 97bfa31 commit 879cdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,4 @@ async def test_user_creation(
email = f"[email protected]"
action: Action = await discourse_unit.run_action("create-user", email=email)
await action.wait()
assert action.results["user"] == email
assert action.status == "failed"

0 comments on commit 879cdee

Please sign in to comment.