diff --git a/tests/test_datastructures.py b/tests/test_datastructures.py index 999d03e3..35daba2c 100644 --- a/tests/test_datastructures.py +++ b/tests/test_datastructures.py @@ -58,6 +58,7 @@ def test_headers_mutablecopy(): c["a"] = "abc" assert c.items() == [("a", "abc"), ("b", "789")] + def test_queryparams(): q = QueryParams([("a", "123"), ("a", "456"), ("b", "789")]) assert "a" in q