From 5582184bb47b7cfd92f042841ea2a49c951dea9e Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 25 Jul 2024 12:06:28 -0400 Subject: [PATCH] MT#55283 fix wrong object type used in test This should be a dictionary and shouldn't actually work with a list Change-Id: I2907fe5c7a998b24f58ed1a27209972e29dc16bf --- t/auto-daemon-tests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/auto-daemon-tests.pl b/t/auto-daemon-tests.pl index 5b12388c9..840ce12b7 100755 --- a/t/auto-daemon-tests.pl +++ b/t/auto-daemon-tests.pl @@ -18375,7 +18375,7 @@ SDP new_call; -offer('SDP attr manipulations - substitute two a= lines for media audio', { ICE => 'remove', DTLS => 'off', SDES => [ 'nonew' ], 'sdp-attr' => { audio => [ substitute => [['test1', 'test2'] , ['test5', 'test6']] ] }}, < 'remove', DTLS => 'off', SDES => [ 'nonew' ], 'sdp-attr' => { audio => { substitute => [['test1', 'test2'] , ['test5', 'test6']] } }}, <