Fix tests

This commit is contained in:
Ludovic Stephan 2020-08-03 14:54:58 +02:00
parent 7931f50611
commit 8fa07bb845
4 changed files with 17 additions and 10 deletions

View file

@ -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