The expected response should be 403 Forbidden for roles Editor and Admin

The following tests should have 403 response code, as we are authorizing

  1. should_return401_when_accessingWithNoAccessCredentials
  2. should_return401_when_noAccessOnCustomerTenant
  3. should_return401_when_accessingWithEditorCredentials
  4. should_return401_when_accessingWithAdminCredentials
Edited by Komal Makkar