Browse Source

fmrt

pull/9837/head
JONEMI21 6 months ago
parent
commit
b59bc51f16
  1. 2
      tests/test_request_params/test_query/test_free_form.py

2
tests/test_request_params/test_query/test_free_form.py

@ -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…
Cancel
Save