Skip to content

Commit

Permalink
Remove unneeded request.url mock from enterprise search tests
Browse files Browse the repository at this point in the history
Co-authored-by: Constance <constancecchen@users.noreply.github.com>
  • Loading branch information
watson and Constance authored Oct 27, 2020
1 parent 4180378 commit 7cb51c2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ describe('callEnterpriseSearchConfigAPI', () => {
accessCheckTimeoutWarning: 100,
};
const mockRequest = {
url: { pathname: '/app/kibana' },
headers: { authorization: '==someAuth' },
};
const mockDependencies = {
Expand Down

0 comments on commit 7cb51c2

Please sign in to comment.