758
759
target_branch = self.factory.makeProductBranch(
759
760
product=source_branch.product)
760
761
registrant = self.factory.makePerson()
763
765
source_branch.addLandingTarget, registrant, target_branch)
766
768
def test_getNotificationRecipients(self):
767
769
"""Ensure that recipients can be added/removed with subscribe"""