From 4fce1e8afc366b2c5073b7837d2d8f5f5ad72ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Fri, 2 Jun 2017 18:53:58 +0100 Subject: [PATCH] typo --- bda/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bda/tests.py b/bda/tests.py index b85c2f2c..97a220c9 100644 --- a/bda/tests.py +++ b/bda/tests.py @@ -64,7 +64,7 @@ class TestBdAViews(TestCase): """Test the catalogue JSON API""" client = Client() - # The `list` hooh + # The `list` hook resp = client.get("/bda/catalogue/list") self.assertJSONEqual( resp.content.decode("utf-8"),