From a37979853929c2033e87d1505ec9711ba7d7d224 Mon Sep 17 00:00:00 2001 From: hochang Date: Wed, 5 Dec 2012 15:48:59 -0800 Subject: [PATCH] fix test case's expired data --- modules/console/test/routes/getuserprofile.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/console/test/routes/getuserprofile.ql b/modules/console/test/routes/getuserprofile.ql index 9dc61b17..1097efbe 100644 --- a/modules/console/test/routes/getuserprofile.ql +++ b/modules/console/test/routes/getuserprofile.ql @@ -1,4 +1,4 @@ userprofile = select * from ebay.shopping.userprofile where MessageID = '{messageid}' and IncludeSelector = '{includeselector}' and userId = '{userID}' return userprofile via route '/profile?messageid={messageid}&include={includeselector}&userid={userID}' -using defaults userID = 'ryantindall' +using defaults userID = 'myjewelryboxstore' using method get \ No newline at end of file