RSocket test should throw AccessDeniedException #8154
Labels
in: build
An issue in the build
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
The test
retrieveFluxWhenDataFluxAndSecureThenDenied
throws aMessageDeliveryException
because it makes a request to a route that does not exist ("secure.secure.retrieve-flux"
).It should instead throw an
AccessDeniedException
when calling a route that exists, but does not have adequate permissions to access.The text was updated successfully, but these errors were encountered: