Skip to content

Commit f76d7f9

Browse files
more unit tests
1 parent 705113a commit f76d7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_streaming_client_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def test_GIVEN_has_mpl_WHEN_attrs_post_init_THEN_calls_no_mpl_method(
213213

214214
@pytest.mark.skipif(not HAS_MPL, reason="Test should only be executed with MPL in installation")
215215
@pytest.mark.parametrize(
216-
"kwargs, stream_type",
216+
"kwargs",
217217
(
218218
(dict(source=b"", materials_manager=FakeCryptoMaterialsManager())),
219219
(dict(source=b"", key_provider=FakeMasterKeyProvider())),

0 commit comments

Comments
 (0)