1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/test
Thomas Heartman 5b95eed163
refactor: split NoAccessError into ForbiddenError + PermissionError (#4190)
In some of the places we used `NoAccessError` for permissions, other
places we used it for a more generic 403 error with a different
message. This refactoring splits the error type into two distinct
types instead to make the error messages more consistent.
2023-07-10 12:48:13 +02:00
..
config feat: enable oas by default (#4021) 2023-06-20 15:39:15 +02:00
e2e refactor: split NoAccessError into ForbiddenError + PermissionError (#4190) 2023-07-10 12:48:13 +02:00
examples task: Add Unit test result check task (#3695) 2023-05-25 11:03:54 +00:00
fixtures 1-1049 Emit events after db transaction is complete (#4174) 2023-07-10 08:43:22 +02:00
arbitraries.test.ts fix: validate min constraint values in openapi (#4179) 2023-07-07 12:41:48 +02:00