Skip to content

Commit

Permalink
fix xpack_main tests
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Oct 3, 2018
1 parent 438451e commit 0ce08cc
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ describe('replaceInjectedVars uiExport', () => {
xpackInitialInfo: {
b: 1
},
userProfile: {},
});

sinon.assert.calledOnce(server.plugins.security.isAuthenticated);
Expand All @@ -67,7 +66,6 @@ describe('replaceInjectedVars uiExport', () => {
xpackInitialInfo: {
b: 1
},
userProfile: {},
});
});

Expand All @@ -84,7 +82,6 @@ describe('replaceInjectedVars uiExport', () => {
xpackInitialInfo: {
b: 1
},
userProfile: {},
});
});

Expand All @@ -101,7 +98,6 @@ describe('replaceInjectedVars uiExport', () => {
xpackInitialInfo: {
b: 1
},
userProfile: {},
});
});

Expand All @@ -118,7 +114,6 @@ describe('replaceInjectedVars uiExport', () => {
xpackInitialInfo: {
b: 1
},
userProfile: {},
});
});

Expand All @@ -135,7 +130,6 @@ describe('replaceInjectedVars uiExport', () => {
xpackInitialInfo: {
b: 1
},
userProfile: {},
});
});

Expand Down Expand Up @@ -171,7 +165,6 @@ describe('replaceInjectedVars uiExport', () => {
a: 1,
telemetryOptedIn: null,
xpackInitialInfo: undefined,
userProfile: {},
});
});

Expand Down

0 comments on commit 0ce08cc

Please sign in to comment.