Skip to content

Commit

Permalink
Fixes #36552 - Update PermissionDenied snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Aug 25, 2023
1 parent e6e766a commit d064600
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@

exports[`RedHatRepositories page should render <PermissionDenied /> when permissions are missing 1`] = `
<PermissionDenied
backHref="/"
missingPermissions={
Array [
"view_organizations",
]
}
texts={
Object {
"notAuthorizedMsg": "You are not authorized to perform this action.",
"permissionDeniedMsg": "Permission denied",
"pleaseRequestMsg": "Please request one of the required permissions listed below from a Foreman administrator:",
}
}
/>
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@

exports[`subscriptions page should render <PermissionDenied /> when permissions are missing 1`] = `
<PermissionDenied
backHref="/"
missingPermissions={
Array [
"view_subscriptions",
]
}
texts={
Object {
"notAuthorizedMsg": "You are not authorized to perform this action.",
"permissionDeniedMsg": "Permission denied",
"pleaseRequestMsg": "Please request one of the required permissions listed below from a Foreman administrator:",
}
}
/>
`;

Expand Down

0 comments on commit d064600

Please sign in to comment.