Code review comment for lp:~james-w/launchpad/code-imports-use-ibranchtarget

Revision history for this message
Tim Penhey (thumper) wrote :

If you are going to print out the email of a person, make it explicit in the creation of the person.

So,
   factory.makePerson(displayname="Code Import Person", <email address hidden>")
instead of just:
   factory.makePerson(displayname="Code Import Person")

Thanks for updating the test.

review: Approve

« Back to merge proposal