Skip to content

Commit

Permalink
Changed to a newer task id
Browse files Browse the repository at this point in the history
Not sure what happened to the old one
  • Loading branch information
WardLT committed Jul 16, 2019
1 parent db70831 commit 40676b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlhub_sdk/tests/test_dlhub_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,5 @@ def test_namespace(self):

@skipUnless(is_travis, 'Status')
def test_status(self):
self.assertEqual('SUCCEEDED',
self.dl.get_task_status('9f37b474-0f9f-4f3c-846b-314fc4241fe2')['status'])
self.assertEqual('COMPLETED',
self.dl.get_task_status('33456474-711e-421c-8096-4924d09f441d')['status'])

0 comments on commit 40676b6

Please sign in to comment.