From 7751ee635afab20fac2a7e54528c43a6ae083a23 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Thu, 18 Jun 2015 13:26:14 +0200 Subject: [PATCH] fix xavp test Change-Id: Ib6722a27423b091881e8199aad79c3e0eeeb5f60 (cherry picked from commit 484aed28b0409ee4290084cc8dac0e76d996672d) --- tests/ngcp_xavp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ngcp_xavp.lua b/tests/ngcp_xavp.lua index be83605..d56076d 100644 --- a/tests/ngcp_xavp.lua +++ b/tests/ngcp_xavp.lua @@ -87,7 +87,7 @@ TestNGCPXAvp = {} --class xavp = NGCPXAvp:new("caller", "peer", vals) sr.pv.sets("$xavp(caller_peer=>testid)", "value") assertEquals(xavp("testid"), "value") - sr.pv.sets("$xavp(caller_peer=>testid)", "1") + sr.pv.sets("$xavp(caller_peer[0]=>testid)", "1") assertItemsEquals(xavp:all("testid"), {"1", "value"}) end