We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a9680 commit 22fb000Copy full SHA for 22fb000
tests/test_autocurate.py
@@ -48,8 +48,6 @@ def model_run(CLIENT):
48
49
@pytest.mark.integration
50
def test_autocurate_integration(model_run, CLIENT):
51
- job = autocurate.entropy(
52
- "Test Autocurate Integration", [model_run], CLIENT
53
- )
+ job = autocurate.entropy("Test Autocurate Integration", model_run, CLIENT)
54
job.sleep_until_complete()
55
assert job.job_last_known_status == "Completed"
0 commit comments