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 a0e9653 commit f5f0df1Copy full SHA for f5f0df1
1 file changed
tests/test_api/test_run.py
@@ -31,7 +31,7 @@ def _assert_run_shape(run: OpenMLRun) -> None:
31
32
@pytest.mark.test_server()
33
def test_run_v1_get(run_v1):
34
- run = run_v1.get(run_id=10)
+ run = run_v1.get(run_id=119)
35
_assert_run_shape(run)
36
37
0 commit comments