This commit is contained in:
JONEMI19 2023-07-08 10:44:13 +00:00
parent cac66df220
commit 49725969a3
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ def test_mapping_with_non_mapping_query_mixed_types():
assert response.status_code == 200
assert (
response.json()
== "foo bar 1 {'foo': 'baz', 'bar': 'buzz', 'query': '1'} {'query': '1'} {'foo': [], 'bar': [], 'query': ['1']}"
== "foo bar 1 {'foo': 'baz', 'bar': 'buzz', 'query': '1'} {'query': 1} {'foo': [], 'bar': [], 'query': [1]}"
)