Unittest - Fix path to user tx.data
This commit is contained in:
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user