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 812d7c305225145ccbe54e38c6165dd94ffee4b8..14d540cc28b57684e5b6340da8a31f39159381c1 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());