Skip to content

Commit

Permalink
update test model to noop_v11 since v10 has been corrupted (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascourtas committed Sep 15, 2022
1 parent fcbd173 commit 873f34c
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 @@ -53,7 +53,7 @@ def test_get_servables(dl):

def test_run(dl):
user = "aristana_uchicago"
name = "noop_v10"
name = "noop_v11" # published 2/22/2022
data = True # accepts anything as input, but listed as Boolean in DLHub

# Test a synchronous request
Expand Down Expand Up @@ -220,6 +220,6 @@ def test_namespace(dl):


def test_status(dl):
future = dl.run('aristana_uchicago/noop_v10', True, asynchronous=True)
future = dl.run('aristana_uchicago/noop_v11', True, asynchronous=True)
# Need spec for Fx status returns
assert isinstance(dl.get_task_status(future.task_id), dict)

0 comments on commit 873f34c

Please sign in to comment.