Removed a space from between library HTTP GET parameters.
[integration/test.git] / test / csit / libraries / SettingsLibrary.py
index a66f27f6c3fa5f64effafd8f8e1aee0482d2c1ed..1fe0b3ad023285e9f0ce7c4924075512f39e7857 100644 (file)
@@ -60,7 +60,7 @@ def getJolokiaURL(hostname, port, shardIndex, shardName):
     """GET URL for jolokia"""
     return "http://" + hostname + ":" + port + \
         "/jolokia/read/org.opendaylight.controller:Category=Shards,name=member-" + \
-        shardIndex + "-" + shardName + ", type=DistributedConfigDatastore"
+        shardIndex + "-" + shardName + ",type=DistributedConfigDatastore"
 
 
 # Template for Car resource payload