mirror of https://github.com/tiangolo/fastapi.git
fmrt
This commit is contained in:
parent
e67d8517b2
commit
b59bc51f16
|
|
@ -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]}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue