Skip to content

Commit

Permalink
Update test snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Oct 13, 2021
1 parent afb31ce commit 7d9b3e5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('Kibana Dashboard Only User role deprecations', () => {
"documentationUrl": "https://www.elastic.co/guide/en/kibana/some-branch/xpack-security.html#_required_permissions_7",
"level": "fetch_error",
"message": "You do not have enough permissions to fix this deprecation.",
"title": "The \\"kibana_user\\" role is removed and \\"kibana_admin\\" role is added",
"title": "The \\"kibana_user\\" role is deprecated in favor of \\"kibana_admin\\" role",
},
]
`);
Expand All @@ -132,7 +132,7 @@ describe('Kibana Dashboard Only User role deprecations', () => {
"deprecationType": "feature",
"level": "fetch_error",
"message": "Failed to perform deprecation check. Check Kibana logs for more details.",
"title": "The \\"kibana_user\\" role is removed and \\"kibana_admin\\" role is added",
"title": "The \\"kibana_user\\" role is deprecated in favor of \\"kibana_admin\\" role",
},
]
`);
Expand All @@ -158,7 +158,7 @@ describe('Kibana Dashboard Only User role deprecations', () => {
"documentationUrl": "https://www.elastic.co/guide/en/kibana/some-branch/xpack-security.html#_required_permissions_7",
"level": "fetch_error",
"message": "You do not have enough permissions to fix this deprecation.",
"title": "The \\"kibana_user\\" role is removed and \\"kibana_admin\\" role is added",
"title": "The \\"kibana_user\\" role is deprecated in favor of \\"kibana_admin\\" role",
},
]
`);
Expand All @@ -183,7 +183,7 @@ describe('Kibana Dashboard Only User role deprecations', () => {
"deprecationType": "feature",
"level": "fetch_error",
"message": "Failed to perform deprecation check. Check Kibana logs for more details.",
"title": "The \\"kibana_user\\" role is removed and \\"kibana_admin\\" role is added",
"title": "The \\"kibana_user\\" role is deprecated in favor of \\"kibana_admin\\" role",
},
]
`);
Expand Down

0 comments on commit 7d9b3e5

Please sign in to comment.