Re-use ncmp.dmi.httpclient.maximumConnectionsTotal parameter
[cps.git] / cps-ncmp-service / src / test / groovy / org / onap / cps / ncmp / api / impl / config / DmiWebClientConfigurationSpec.groovy
index 2ce5b50..93b3c63 100644 (file)
@@ -40,6 +40,7 @@ class DmiWebClientConfigurationSpec extends Specification {
     def setup() {
         objectUnderTest.connectionTimeoutInSeconds = 10
         objectUnderTest.maximumInMemorySizeInMegabytes = 1
+        objectUnderTest.maximumConnectionsTotal = 2
     }
 
     def 'DMI Properties.'() {