Skip to content
Snippets Groups Projects
Commit aaf862ef authored by Rucha Deshpande's avatar Rucha Deshpande
Browse files

remove overriden test

parent d4ec0128
No related branches found
No related tags found
1 merge request!78multitenant-v2
Pipeline #40512 canceled
......@@ -50,13 +50,6 @@ public class TestPubsubEndpointHMAC extends PubsubEndpointHMACTests {
this.testUtils = null;
}
@Test
@Override
public void should_return400_when_makingHttpRequestWithoutToken() throws Exception {
ClientResponse response = descriptor.run(getArg(), "");
assertEquals(error(response.getEntity(String.class)), 403, response.getStatus());
}
@Test
@Override
public void should_return401_when_noAccessOnCustomerTenant() throws Exception {
......
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