Unittest - Fix path to user tx.data

This commit is contained in:
Renato Alves 2014-07-19 02:55:49 +01:00
parent 974045da7a
commit 4a305d5e51

View file

@ -283,6 +283,7 @@ class Taskd(object):
task client. tx.data will be parsed to string and JSON. task client. tx.data will be parsed to string and JSON.
""" """
file = os.path.join(self.datadir, file = os.path.join(self.datadir,
"orgs",
client.credentials["org"], client.credentials["org"],
"users", "users",
client.credentials["userkey"], client.credentials["userkey"],