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
|
# The user redirection means successful form validation
|
||||||
self.assertRedirects(resp, "/")
|
self.assertRedirects(resp, "/")
|
||||||
|
|
||||||
# The user should know exist
|
# The user should now exist
|
||||||
user = (
|
user = (
|
||||||
User.objects
|
User.objects
|
||||||
.filter(username=data["username"])
|
.filter(username=data["username"])
|
||||||
|
|
Loading…
Add table
Reference in a new issue