forked from DGNum/gestioCOF
Fix tests
This commit is contained in:
parent
7931f50611
commit
8fa07bb845
4 changed files with 17 additions and 10 deletions
|
@ -47,7 +47,6 @@ class TestRegistrationView(TestCase):
|
|||
def test_get(self, mock_messages):
|
||||
user = User.objects.create_user(username="toto")
|
||||
url = reverse("bds:user.update", args=(user.id,))
|
||||
print(url)
|
||||
client = Client()
|
||||
|
||||
# Anonymous GET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue