diff --git a/tests/test_api.py b/tests/test_api.py index d9998e9..32e2063 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -137,10 +137,24 @@ "status": "success", "code": 200, "data": [ - "England", - "N. Ireland", - "Scotland", - "Wales", + { + "eng": { + "description": "England", + "is_active": True, + }, + "ni": { + "description": "N. Ireland", + "is_active": True, + }, + "scot": { + "description": "Scotland", + "is_active": True, + }, + "wales": { + "description": "Wales", + "is_active": True, + }, + } ], } CLIMB_ID = "C-0123456789"