Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #577 from hochang/master
update expired external test case
  • Loading branch information
hochang committed Jan 24, 2013
2 parents 2ba4fed + a379798 commit 5d8a44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 5d8a44a

Please sign in to comment.