forked from DGNum/gestioCOF
typo
This commit is contained in:
parent
ffb777a4cd
commit
4fce1e8afc
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class TestBdAViews(TestCase):
|
||||||
"""Test the catalogue JSON API"""
|
"""Test the catalogue JSON API"""
|
||||||
client = Client()
|
client = Client()
|
||||||
|
|
||||||
# The `list` hooh
|
# The `list` hook
|
||||||
resp = client.get("/bda/catalogue/list")
|
resp = client.get("/bda/catalogue/list")
|
||||||
self.assertJSONEqual(
|
self.assertJSONEqual(
|
||||||
resp.content.decode("utf-8"),
|
resp.content.decode("utf-8"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue