tests: allow PipelineParams instead of individual arguments

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-27 19:01:15 -07:00
parent e384ca949e
commit 947faf8a39
3 changed files with 8 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ class TestPipeline(unittest.IsolatedAsyncioTestCase):
frames_to_send=frames_to_send,
expected_down_frames=expected_down_frames,
ignore_start=False,
start_metadata={"foo": "bar"},
pipeline_params=PipelineParams(start_metadata={"foo": "bar"}),
)
assert "foo" in received_down[-1].metadata