Skip to content

Commit 22fb000

Browse files
author
Diego Ardila
committed
fix test
1 parent 06a9680 commit 22fb000

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_autocurate.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ def model_run(CLIENT):
4848

4949
@pytest.mark.integration
5050
def test_autocurate_integration(model_run, CLIENT):
51-
job = autocurate.entropy(
52-
"Test Autocurate Integration", [model_run], CLIENT
53-
)
51+
job = autocurate.entropy("Test Autocurate Integration", model_run, CLIENT)
5452
job.sleep_until_complete()
5553
assert job.job_last_known_status == "Completed"

0 commit comments

Comments
 (0)