The expected response should be 403 Forbidden for roles Editor and Admin
The following tests should have 403 response code, as we are authorizing
- should_return401_when_accessingWithNoAccessCredentials
- should_return401_when_noAccessOnCustomerTenant
- should_return401_when_accessingWithEditorCredentials
- should_return401_when_accessingWithAdminCredentials
Edited by Komal Makkar