Skip to content
Snippets Groups Projects
Commit 68dcb724 authored by Alice Heaton's avatar Alice Heaton :speech_balloon:
Browse files

Fix deletion message test.

parent aa2e08f6
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ def request_item():
def check_item_was_deleted(request):
assert check_message(request, u"Successfully deleted 1 item.") is True
assert check_message(request, u"1 item deleted.") is True
items = list(transport.items.list())
assert len(list(items)) == 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment