From 63d74e4412d7543f988d4eeb50c5b846183dd236 Mon Sep 17 00:00:00 2001 From: komakkar <komakkar@microsoft.com> Date: Thu, 19 Nov 2020 17:05:02 +0530 Subject: [PATCH] overriding should_return401_when_noAccessOnCustomerTenant --- .../opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/notification-test-azure/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java b/testing/notification-test-azure/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java index 812d7c305..14d540cc2 100644 --- a/testing/notification-test-azure/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java +++ b/testing/notification-test-azure/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java @@ -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()); -- GitLab