Skip to content

Commit

Permalink
[uiExports/replaceInjectedVars] update the uiSettings stub
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 23, 2016
1 parent 9c9b551 commit 65b1e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/__tests__/ui_exports_replace_injected_vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('UiExports', function () {
await kbnServer.ready();
kbnServer.status.get('ui settings').state = 'green';
kbnServer.server.decorate('server', 'uiSettings', () => {
return { getDefaults: noop };
return { getDefaults: noop, getUserProvided: noop };
});
});

Expand Down

0 comments on commit 65b1e0a

Please sign in to comment.