Address Sonar Qube issues
[cps.git] / cps-ncmp-service / src / test / groovy / org / onap / cps / ncmp / api / impl / config / NcmpConfigurationSpec.groovy
index dd4c137..2c4ba68 100644 (file)
@@ -33,6 +33,11 @@ class NcmpConfigurationSpec extends Specification{
     @Autowired
     NcmpConfiguration.DmiProperties dmiProperties
 
+    def 'NcmpConfiguration Construction.'() {
+        expect: 'the system can create an instance'
+             new NcmpConfiguration() != null
+    }
+
     def 'DMI Properties.'() {
         expect: 'properties are set to values in test configuration yaml file'
             dmiProperties.authUsername == 'some-user'