-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix | Catch error for not found/forbidden role (#288)
* Catch `ForbiddenException` It happens when attempting to assume a role that does not exists or the user doesn't have permission to assume it * Add tests * Add `AccessDeniedException` as possible error code * Fix test * Reorder test parameters to match patches * Format
- Loading branch information
1 parent
e92f56e
commit 137bf28
Showing
2 changed files
with
42 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters