From 6bf22c87d4d15665f9a54ff01e8117dfd0cfec50 Mon Sep 17 00:00:00 2001 From: Brad P Date: Sat, 24 Jan 2026 07:16:12 -0600 Subject: [PATCH] fix byoc whip ingest test --- byoc/stream_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/byoc/stream_test.go b/byoc/stream_test.go index 6e2ff0dd83..46ff463a6d 100644 --- a/byoc/stream_test.go +++ b/byoc/stream_test.go @@ -1061,7 +1061,6 @@ func TestStartStreamWhipIngestHandler(t *testing.T) { assert.NoError(t, err) assert.NotNil(t, newParams.liveParams.kickInput) - bsg.updateStreamPipelineParams(stream.StreamID, newParams) newParams.liveParams.kickInput(errors.New("test complete")) }) }