From eb8df42e2267801fd410d3e0bd1a8efc1cc1e15a Mon Sep 17 00:00:00 2001 From: sebelga Date: Sun, 17 Jul 2016 15:48:26 +0200 Subject: [PATCH] fix mock req --- test/index-test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/index-test.js b/test/index-test.js index 304f3bb..fbb77b6 100644 --- a/test/index-test.js +++ b/test/index-test.js @@ -77,7 +77,8 @@ describe('Datastore API', function() { params:{id:123, anc0ID:'ancestor1', anc1ID:'ancestor2'}, query : {}, body:{title:'Blog Title'}, - get : () => 'http://localhost' + get : () => 'http://localhost', + originalUrl : '' }; res = { status:() => {