diff --git a/services/web/test/unit/coffee/Subscription/SubscriptionGroupHandlerTests.coffee b/services/web/test/unit/coffee/Subscription/SubscriptionGroupHandlerTests.coffee index db8aac0375..87ab39a6b5 100644 --- a/services/web/test/unit/coffee/Subscription/SubscriptionGroupHandlerTests.coffee +++ b/services/web/test/unit/coffee/Subscription/SubscriptionGroupHandlerTests.coffee @@ -88,8 +88,8 @@ describe "SubscriptionGroupHandler", -> done() it "should add the user to the group", (done)-> - @Handler.addUserToGroup @adminUser_id, @newEmail, (err)=> - @SubscriptionUpdater.addUserToGroup.calledWith(@adminUser_id, @user._id).should.equal true + @Handler.addUserToGroup @subscription_id, @newEmail, (err)=> + @SubscriptionUpdater.addUserToGroup.calledWith(@subscription_id, @user._id).should.equal true done() it "should not add the user to the group if the limit has been reached", (done)->