diff --git a/mavis/test/data_models.py b/mavis/test/data_models.py index dc1d8c66934..6b701863cdf 100644 --- a/mavis/test/data_models.py +++ b/mavis/test/data_models.py @@ -71,7 +71,7 @@ def get_from_testing_api( def _get_schools_with_year_group(year_group: int) -> list[School]: url = urllib.parse.urljoin(base_url, "api/testing/locations") params = { - "type": "school", + "type": "gias_school", "status": "open", "is_attached_to_team": "false", "gias_year_groups[]": [str(year_group)],