Skip to content

Commit

Permalink
[server/uiExports] fix replaceInjectedVars tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 8, 2017
1 parent bd38111 commit b74e71e
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 @@ -40,7 +40,7 @@ describe('UiExports', function () {

await kbnServer.ready();
kbnServer.status.get('ui settings').state = 'green';
kbnServer.server.decorate('server', 'uiSettings', () => {
kbnServer.server.decorate('request', 'getUiSettingsService', () => {
return { getDefaults: noop, getUserProvided: noop };
});
});
Expand Down

0 comments on commit b74e71e

Please sign in to comment.