Skip to content
Snippets Groups Projects
Commit 3a9102e7 authored by Bhushan Rade's avatar Bhushan Rade
Browse files

Merge branch 'ibm-int-test-srervicemesh-fix' into 'master'

ibm integration test updated for service mesh change

See merge request !149
parents e1b5723c a05561f3
No related branches found
No related tags found
1 merge request!149ibm integration test updated for service mesh change
Pipeline #81646 failed
......@@ -38,7 +38,7 @@ public class TestPubsubEndpointHMAC extends PubsubEndpointHMACTests {
@Override
public void should_return400_when_makingHttpRequestWithoutToken()throws Exception{
ClientResponse response = descriptor.run(getArg(), "");
assertEquals(error( response.getEntity(String.class)), 401, response.getStatus());
assertEquals(error( response.getEntity(String.class)), 403, response.getStatus());
}
@Ignore
......
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