mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +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
|
# Send them invitations
|
||||||
(_party, cb) ->
|
(_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
|
party = _party
|
||||||
inviteURL = baseURL + "/groups/" + group._id + "/invite?uuid="
|
inviteURL = baseURL + "/groups/" + group._id + "/invite?uuid="
|
||||||
async.parallel [
|
async.parallel [
|
||||||
|
|||||||
Reference in New Issue
Block a user