Skip to content

Commit 357f5f9

Browse files
committed
Rename school search type to gias_school
Previously this location type was known as `school` but has been renamed to `gias_school` to make it clearer what this type represents. Jira-Issue: MAV-5556
1 parent 92006f6 commit 357f5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mavis/test/data_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def get_from_testing_api(
7171
def _get_schools_with_year_group(year_group: int) -> list[School]:
7272
url = urllib.parse.urljoin(base_url, "api/testing/locations")
7373
params = {
74-
"type": "school",
74+
"type": "gias_school",
7575
"status": "open",
7676
"is_attached_to_team": "false",
7777
"gias_year_groups[]": [str(year_group)],

0 commit comments

Comments
 (0)