Skip to content
Snippets Groups Projects
Commit c8a38f14 authored by Megan Henning's avatar Megan Henning
Browse files

Test that suggest endpoint returns containers

parent 6e099f3a
No related branches found
No related tags found
No related merge requests found
......@@ -119,3 +119,6 @@ def test_gear_invocation_and_suggest(data_builder, file_form, as_admin):
# test suggest
r = as_admin.get('/gears/' + gear + '/suggest/session/' + session)
assert r.ok
assert len(r.json()['acquisitions'][0]['files']) > 0
assert len(r.json()['analyses'][0]['files']) > 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