mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Fixed bad typo in test framework
This commit is contained in:
parent
08bbf9aa20
commit
220aaf29f2
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class Taskd(object):
|
|||
self.env = os.environ.copy()
|
||||
|
||||
# Make sure TASKDDATA points to the temporary folder
|
||||
self.env["TASKDATA"] = self.datadir
|
||||
self.env["TASKDDATA"] = self.datadir
|
||||
|
||||
def create_user(self, user=None, group=None, org=None):
|
||||
"""Create a user/group in the server and return the user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue