Skip to content

Instantly share code, notes, and snippets.

@julianwachholz
Created May 24, 2013 19:45
Show Gist options
  • Save julianwachholz/5646028 to your computer and use it in GitHub Desktop.
Save julianwachholz/5646028 to your computer and use it in GitHub Desktop.
activation_link = user.registrationprofile.get_absolute_url()
self.assertIn(activation_link, mail.outbox[0].body)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment