diff --git a/tests/integration/pipe-loopback-rtp.sh b/tests/integration/pipe-loopback-rtp.sh index a0d2d9906..1414c992b 100755 --- a/tests/integration/pipe-loopback-rtp.sh +++ b/tests/integration/pipe-loopback-rtp.sh @@ -50,13 +50,10 @@ cat > ${CONFIG_FILE} << EOF "in" : { "address" : "127.0.0.1:12000", - "signals" : [ - { "type" : "float" }, - { "type" : "float" }, - { "type" : "float" }, - { "type" : "float" }, - { "type" : "float" } - ] + "signals" : { + "type" : "float", + "count" : 5 + } }, "out" : { "address" : "127.0.0.1:12000"