X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=csit%2Fvariables%2Fjsonrpc%2Fodl-jsonrpc-test-read;h=f69f12715ea7eac9ad4f7456a2b3701e47665e4f;hb=1c106006ffb33c1c60e2f8abe61e88a7bd95a7bd;hp=dce14b5668c6a7a0d8feb483de22a1b7c2594bc9;hpb=e235045c2ad12d41416e2583609a0178c8bd9287;p=integration%2Ftest.git diff --git a/csit/variables/jsonrpc/odl-jsonrpc-test-read b/csit/variables/jsonrpc/odl-jsonrpc-test-read index dce14b5668..f69f12715e 100755 --- a/csit/variables/jsonrpc/odl-jsonrpc-test-read +++ b/csit/variables/jsonrpc/odl-jsonrpc-test-read @@ -101,7 +101,7 @@ class Service(object): try: # assumes that params are supplied as a list for call by position response["result"] = self._methods[method]( - params['store'], params['entity'], params['path'] + params["store"], params["entity"], params["path"] ) # pylint: disable=star-args except KeyError: response["error"] = {"code": -32601, "message": "Method not found"}