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"),