X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=apiroute%2Fapiroute-service%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fmsb%2Fapiroute%2Fwrapper%2FserviceListener%2FMicroServiceChangeListenerTest.java;h=b7068eb089cf92f13466b3e575521331055945e8;hb=68cc488d5e90fedbe0286806d1490e1677ff8395;hp=10c50f462b5260443e8c566d90342f124a5d5fd2;hpb=6f323f32447674c5df56e944b373f6f534231510;p=msb%2Fapigateway.git diff --git a/apiroute/apiroute-service/src/test/java/org/onap/msb/apiroute/wrapper/serviceListener/MicroServiceChangeListenerTest.java b/apiroute/apiroute-service/src/test/java/org/onap/msb/apiroute/wrapper/serviceListener/MicroServiceChangeListenerTest.java index 10c50f4..b7068eb 100644 --- a/apiroute/apiroute-service/src/test/java/org/onap/msb/apiroute/wrapper/serviceListener/MicroServiceChangeListenerTest.java +++ b/apiroute/apiroute-service/src/test/java/org/onap/msb/apiroute/wrapper/serviceListener/MicroServiceChangeListenerTest.java @@ -53,7 +53,7 @@ import redis.clients.jedis.JedisPoolConfig; @RunWith(PowerMockRunner.class) @PrepareForTest({JedisUtil.class, ConfigUtil.class, HttpClientUtil.class, RedisAccessWrapper.class,}) -@PowerMockIgnore({"javax.management.*"}) +@PowerMockIgnore({"javax.management.*", "jdk.internal.reflect.*"}) public class MicroServiceChangeListenerTest { private static RouteNotify routeInstance; private static ApiRouteServiceWrapper apiRouteServiceWrapper;