Skip to content

Commit

Permalink
update mock
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Nov 6, 2024
1 parent 71ceccc commit 8fe0d3a
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('POST /api/saved_objects/_bulk_create with allowApiAccess true', () =>
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerBulkCreateRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('POST /api/saved_objects/_bulk_delete with allowApiAccess as true', ()
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerBulkDeleteRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('POST /api/saved_objects/_bulk_get with allowApiAccess true', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerBulkGetRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('POST /api/saved_objects/_bulk_resolve with allowApiAccess true', () =>
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerBulkResolveRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('PUT /api/saved_objects/_bulk_update with allowApiAccess true', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerBulkUpdateRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('POST /api/saved_objects/{type} with allowApiAccess true', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerCreateRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('DELETE /api/saved_objects/{type}/{id} with allowApiAccess true', () =>
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerDeleteRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('GET /api/saved_objects/_find with allowApiAccess true', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerFindRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('GET /api/saved_objects/{type}/{id} with allowApiAccess true', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerGetRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('GET /api/saved_objects/resolve/{type}/{id} with allowApiAccess true',
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerResolveRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('PUT /api/saved_objects/{type}/{id?} with allowApiAccess true', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerUpdateRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('POST /api/saved_objects/_bulk_create', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerBulkCreateRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('POST /api/saved_objects/_bulk_delete', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerBulkDeleteRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('POST /api/saved_objects/_bulk_get', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerBulkGetRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('POST /api/saved_objects/_bulk_resolve', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerBulkResolveRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('PUT /api/saved_objects/_bulk_update', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerBulkUpdateRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('POST /api/saved_objects/{type}', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('DELETE /api/saved_objects/{type}/{id}', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerDeleteRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('GET /api/saved_objects/_find', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('GET /api/saved_objects/{type}/{id}', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('GET /api/saved_objects/resolve/{type}/{id}', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerResolveRoute(router, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('PUT /api/saved_objects/{type}/{id?}', () => {
documentationUrl: 'http://elastic.co',
severity: 'warning' as const,
reason: {
type: 'remove' as const,
type: 'deprecate' as const,
},
};
registerUpdateRoute(router, {
Expand Down

0 comments on commit 8fe0d3a

Please sign in to comment.