Skip to content

Commit

Permalink
Update messages tests, broke tests for #9
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 31, 2024
1 parent 10fc72a commit 53ec8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async def test_permission_allowed():
messages = datasette.unsign(response2.cookies["ds_messages"], "messages")
assert messages == [
[
"Added group 'admin' can alter-table, removed group 'admin' can insert-row",
"Added: group 'admin' can alter-table, removed: group 'admin' can insert-row",
1,
]
]
Expand Down

0 comments on commit 53ec8de

Please sign in to comment.