This commit is contained in:
JONEMI21 2026-01-27 18:26:59 +00:00
parent e67d8517b2
commit b59bc51f16
1 changed files with 1 additions and 1 deletions

View File

@ -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]}}