Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Debug commit DELETE ME
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmullen committed Nov 14, 2018
1 parent b612dd2 commit 54b3740
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration/test_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,14 @@ def test_docker_run_download_multi_file_item(session, test_multi_file_item):

def test_docker_multistep_workflow(session, workflow_data):
f1, f2, outItem, finalItem = workflow_data
r = session.post('integration_tests/docker/test_docker_multistep_workflow', params={
r = session.post('integration_tests/docker/test_docker_run_multistep_workflow', params={
'file1Id': f1['_id'],
'file2Id': f2['_id'],
'outItemId': outItem['_id'],
'finalOutItemId': finalItem['_id']
})
print('Got response')
print(r.json())
with session.wait_for_success(r.json()['_id']) as job:
_assert_job_statuses(job)
resp = session.get('item/%s/download' % outItem['_id'])
Expand Down

0 comments on commit 54b3740

Please sign in to comment.