This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
AppsPy
Watch
1
Star
1
Fork
0
Code
Issues
2
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Cambios para flake8
politica
Celestino Rey
1 year ago
parent
f3463f69a4
commit
083d3a6641
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
JugarAlPadel/gestion_reservas/reymotausers/tests.py
+ 1
- 1
JugarAlPadel/gestion_reservas/reymotausers/tests.py
View File
@ -39,4 +39,4 @@ class UsersManagersTests(TestCase):
pass
with
self
.
assertRaises
(
ValueError
)
:
User
.
objects
.
create_superuser
(
email
=
"
super@user.com
"
,
password
=
"
foo
"
,
is_superuser
=
False
)
email
=
"
super@user.com
"
,
password
=
"
foo
"
,
is_superuser
=
False
)
Write
Preview
Loading…
Cancel
Save