tests(utils): allow passing PipelineParams to run_test()

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-11 12:59:27 -07:00
parent dac58deffc
commit 74b38b59d6
2 changed files with 5 additions and 5 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