|
|
|
@ -277,4 +277,4 @@ def test_required_dict_of_list(path: str): |
|
|
|
# Testing the "Wildcard" capture behavior for dicts with list values |
|
|
|
response = client.get(f"{path}?foo=1&foo=2&baz=3") |
|
|
|
assert response.status_code == 200 |
|
|
|
assert response.json() == {"p": {"foo": [1, 2], "baz": [3]}} |
|
|
|
assert response.json() == {"p": {"foo": [1, 2], "baz": [3]}} |
|
|
|
|