Skip to content

Commit

Permalink
fix mock req
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Jul 17, 2016
1 parent 543aab8 commit eb8df42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:() => {
Expand Down

0 comments on commit eb8df42

Please sign in to comment.