Skip to content

Commit

Permalink
Update x-pack/plugins/enterprise_search/server/routes/app_search/refe…
Browse files Browse the repository at this point in the history
…rence_application.test.ts

Co-authored-by: Constance <[email protected]>
  • Loading branch information
JasonStoltz and Constance authored Apr 29, 2021
1 parent f684afb commit a1fc1cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('reference application routes', () => {
jest.clearAllMocks();
});

describe('GET /api/app_search/engines/{name}/search_settings/details', () => {
describe('GET /api/app_search/engines/{engineName}/search_settings/details', () => {
const mockRouter = new MockRouter({
method: 'get',
path: '/api/app_search/engines/{engineName}/reference_application/field_config',
Expand Down

0 comments on commit a1fc1cc

Please sign in to comment.