all tests passed, except the first two test_get_states and test_get_districts. I manually tried to run the urls in the browser and get the similar {"message":"Forbidden"} error.
Please have a look at the function filter_centers. I might have made it a little difficult to understand and welcome your comments/suggestions to improve the same.
Now the filters available are min_age_limit, min_capacity, vaccine, and fee_type.
…updated tests isolated from api calls
all tests passed, except the first two
test_get_states
andtest_get_districts
. I manually tried to run the urls in the browser and get the similar{"message":"Forbidden"}
error.Please have a look at the function
filter_centers
. I might have made it a little difficult to understand and welcome your comments/suggestions to improve the same.Now the filters available are
min_age_limit
,min_capacity
,vaccine
, andfee_type
.