Skip to content

Commit

Permalink
fix telemetry unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Oct 14, 2021
1 parent 7d3a66b commit 69e2a7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/telemetry/server/config/deprecations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ describe('deprecateEndpointConfigs', () => {
expect(mockAddDeprecation.mock.calls[0]).toMatchInlineSnapshot(`
Array [
Object {
"configPath": "telemetry.url",
"correctiveActions": Object {
"manualSteps": Array [
"Remove \\"telemetry.url\\" from the Kibana configuration.",
Expand All @@ -180,6 +181,7 @@ describe('deprecateEndpointConfigs', () => {
expect(mockAddDeprecation.mock.calls[0]).toMatchInlineSnapshot(`
Array [
Object {
"configPath": "telemetry.optInStatusUrl",
"correctiveActions": Object {
"manualSteps": Array [
"Remove \\"telemetry.optInStatusUrl\\" from the Kibana configuration.",
Expand Down

0 comments on commit 69e2a7b

Please sign in to comment.