Skip to content

Commit

Permalink
Add flows and setups are now also always returned
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Dec 15, 2023
1 parent 5e8e853 commit cd451db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/routers/openml/study_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ def test_get_task_study_by_id(py_api: TestClient) -> None:
595,
],
"run_ids": [],
"flow_ids": [],
"setup_ids": [],
}
assert response.json() == expected

Expand Down Expand Up @@ -441,5 +443,7 @@ def test_get_task_study_by_alias(py_api: TestClient) -> None:
595,
],
"run_ids": [],
"flow_ids": [],
"setup_ids": [],
}
assert response.json() == expected

0 comments on commit cd451db

Please sign in to comment.