Commit 8a3d5bc8 authored by sagnowski's avatar sagnowski
Browse files

Fix missing parameters in the test_lc3plus_framing_reconfiguration test case

parent 9873bd3c
Loading
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -753,6 +753,11 @@ to reconfigure on the first frame. Required for RTP use cases.
def test_lc3plus_framing_reconfiguration(
    record_property,
    props_to_record,
    get_mld,
    get_mld_lim,
    get_ssnr,
    get_odg,
    get_odg_bin,
    test_info,
    render_config,
    post_rend_fr,
@@ -776,5 +781,10 @@ def test_lc3plus_framing_reconfiguration(
        binary_suffix=EXE_SUFFIX,
        post_rend_fr=post_rend_fr,
        pre_rend_fr=pre_rend_fr,
        patch_codec_frame_size_ms=patch_codec_frame_size_ms
        get_mld=get_mld,
        mld_lim=get_mld_lim,
        get_ssnr=get_ssnr,
        get_odg=get_odg,
        get_odg_bin=get_odg_bin,
        patch_codec_frame_size_ms=patch_codec_frame_size_ms,
    )