Skip to content

Commit

Permalink
update mock to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Dec 6, 2019
1 parent fa7bdd4 commit 1410d38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe('default route provider', () => {
kbnServer.server.decorate('request', 'getSavedObjectsClient', function() {
return {
get: (type: string, id: string) => ({ attributes: {} }),
errors: {},
};
});

Expand Down

0 comments on commit 1410d38

Please sign in to comment.