Merge branch 'Kerl/test_user_creation' of git.eleves.ens.fr:cof-geek/GestionEvenementiel into Kerl/test_user_creation
This commit is contained in:
commit
8800838c32
1 changed files with 1 additions and 1 deletions
|
@ -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"])
|
||||
|
|
Loading…
Reference in a new issue