Fix sonar issues xacml pdp
[policy/xacml-pdp.git] / applications / common / src / test / java / org / onap / policy / pdp / xacml / application / common / ToscaDictionaryTest.java
index d427982..b86617c 100644 (file)
@@ -50,7 +50,7 @@ public class ToscaDictionaryTest {
         //
         // Probably don't need these as these ID's are used by other components
         //
-        assertNotNull(ToscaDictionary.ID_OBLIGATION_ISSUER);
+        assertNotNull(ToscaDictionary.ID_OBLIGATION_MONITORING_ISSUER);
     }
 
 }