We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581f1cf commit 82cf62aCopy full SHA for 82cf62a
tests/integration/test_parameters_report.py
@@ -32,7 +32,6 @@
32
"examples/params/test_different_parameter_types.py",
33
{"integer": 1, "floating_point": 1.5, "boolean": True, "none": None},
34
),
35
- ("examples/params/test_binary_symbol_in_parameters.py", {"text": BINARY_TEXT.replace("\0", "\\0")}),
36
],
37
)
38
def test_parameters(mock_client_init, test, expected_params):
0 commit comments