Skip to content

Commit ee35403

Browse files
i missed this one
1 parent 86d3a47 commit ee35403

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/units/utils/test_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ def test_format_query_params(input, output):
602602
"key" + FIELD_MARKER: "",
603603
"map_key" + FIELD_MARKER: "a",
604604
"mapping" + FIELD_MARKER: {"a": [1, 2, 3], "b": [4, 5, 6]},
605+
"mixin" + FIELD_MARKER: "mixin_value",
605606
"num1" + FIELD_MARKER: 0,
606607
"num2" + FIELD_MARKER: 3.15,
607608
"obj" + FIELD_MARKER: {"prop1": 42, "prop2": "hello"},

0 commit comments

Comments
 (0)