Skip to content

Commit

Permalink
FIX: Pipeline is still queued when status is fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuguetn committed Sep 30, 2020
1 parent dbfa089 commit 9ecaef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxnat/tests/pipelines_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def test_pipeline_status():
pipe = p.pipelines.pipeline('DicomToNifti')
status = pipe.status(exp_id)
assert (isinstance(status, dict))
assert (status['status'] == 'Complete')
assert (status['status'] != 'Failed')

0 comments on commit 9ecaef8

Please sign in to comment.