Browse Source

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 1 year ago
parent
commit
5582184bb4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      t/auto-daemon-tests.pl

+ 1
- 1
t/auto-daemon-tests.pl View File

@ -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