This commit is contained in:
Martin Pépin 2017-06-02 18:53:58 +01:00
parent ffb777a4cd
commit 4fce1e8afc

View file

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