typo
This commit is contained in:
parent
f105b17e3f
commit
a53a9249ef
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…
Reference in a new issue