Skip to content
Snippets Groups Projects
Commit d9f97ea4 authored by Martin Burchell's avatar Martin Burchell
Browse files

Change comment querying single quotes

parent d7c8674b
No related branches found
No related tags found
2 merge requests!166Staging,!157Django 2.2 and Python 3 upgrade
Pipeline #10357 passed
......@@ -67,8 +67,8 @@ def test_item_terms_exported(client):
row = next(reader)
# TODO: Single quotes have appeared in Django 2.2 / Python 3 upgrade
# is this OK?
# Single quotes have appeared following Django 2.2 / Python 3 upgrade
# I think this is OK
assert row['terms'] == (
"['Translation OK', 'Block C8', 'Burma', 'WASH', 'GBV']"
)
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