Am 26. Oktober 2011 15:30 schrieb Andrea Spadaccini <[email protected]>: > --- a/test/ganeti.hooks_unittest.py > +++ b/test/ganeti.hooks_unittest.py > rr = rpc.RpcResult > - return dict([(node, rr(True, [("utest", constants.HKR_SUCCESS, "ok")], > + return dict([(node, rr((True, [("utest", constants.HKR_SUCCESS, "ok")]), > node=node, call='FakeScriptOk'))
Use "" for strings. Michael
