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
rfuchs/gh1842
Richard Fuchs 2 years ago
parent 94c26e92b5
commit 5582184bb4

@ -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']] ] }}, <<SDP);
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']] } }}, <<SDP);
v=0
o=- 1545997027 1 IN IP4 198.51.100.1
s=tester

Loading…
Cancel
Save