Skip to content
Snippets Groups Projects
Unverified Commit ccabe119 authored by Luke Murphy's avatar Luke Murphy
Browse files

Also ensure that Item creation can work.

parent 0e0c7d0c
No related branches found
No related tags found
1 merge request!64Also ensure that Item creation can work.
Pipeline #2331 passed with warnings
......@@ -28,6 +28,9 @@ def test_kobo_items_imported(importer):
assert items[0]['translation'] == ''
assert isinstance(items[0]['timestamp'], datetime.datetime)
for item in items:
transport.items.create(item)
tags = []
for term in items[0]['terms']:
if term['taxonomy'] == 'tags':
......
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