mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Added todo for area where test is failing to behave properly
This commit is contained in:
@@ -356,6 +356,11 @@ describe "API", ->
|
||||
|
||||
# Send them invitations
|
||||
(_party, cb) ->
|
||||
# @TODO - _party should be array of newly
|
||||
# registered party members, instead
|
||||
# _party = an array of 3 user objects
|
||||
# all the user objects are the main user
|
||||
# instead of the party members just registered
|
||||
party = _party
|
||||
inviteURL = baseURL + "/groups/" + group._id + "/invite?uuid="
|
||||
async.parallel [
|
||||
|
||||
Reference in New Issue
Block a user