on behalf of Jordan Auge - thanks Jordan
[sfa.git] / sfa / nitos / nitosslices.py
index 077b0d4..6ad0e97 100644 (file)
@@ -188,7 +188,7 @@ class NitosSlices:
 
              if not nitos_users:
                  # create the user
-                 user_id = self.driver.shell.addUsers({'username': email.split('@')[0], 'email': email})
+                 user_id = self.driver.shell.addUser({'username': email.split('@')[0], 'email': email})
                  added_users.append(user_id)
                  # add user keys
                  for key in user['keys']: