Merge branch 'Kerl/test_user_creation' of git.eleves.ens.fr:cof-geek/GestionEvenementiel into Kerl/test_user_creation

This commit is contained in:
Qwann 2017-05-18 18:18:14 +02:00
commit 8800838c32

View file

@ -24,7 +24,7 @@ class TestUserCreation(TestCase):
# The user redirection means successful form validation
self.assertRedirects(resp, "/")
# The user should know exist
# The user should now exist
user = (
User.objects
.filter(username=data["username"])