Skip to content

Commit 82cf62a

Browse files
committed
Remove redundant test
1 parent 581f1cf commit 82cf62a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/test_parameters_report.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"examples/params/test_different_parameter_types.py",
3333
{"integer": 1, "floating_point": 1.5, "boolean": True, "none": None},
3434
),
35-
("examples/params/test_binary_symbol_in_parameters.py", {"text": BINARY_TEXT.replace("\0", "\\0")}),
3635
],
3736
)
3837
def test_parameters(mock_client_init, test, expected_params):

0 commit comments

Comments
 (0)