Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mavis/test/data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)],
Expand Down
Loading