Skip to content
Snippets Groups Projects
Commit 63d74e44 authored by Komal Makkar's avatar Komal Makkar
Browse files

overriding should_return401_when_noAccessOnCustomerTenant

parent 48969b05
No related branches found
No related tags found
1 merge request!38Changes in IT to match Infra
Pipeline #16424 failed
......@@ -69,6 +69,7 @@ public class TestPubsubEndpointHMAC extends PubsubEndpointHMACTests {
}
@Test
@Override
public void should_return401_when_noAccessOnCustomerTenant() throws Exception {
ClientResponse response = descriptor.runOnCustomerTenant(getArg(), getOsduTenantAdminCredentials());
assertEquals(error( response.getEntity(String.class)), 403, response.getStatus());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment