mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-06-05 07:18:48 +00:00
Updates test string for inventaire
This commit is contained in:
parent
609b7f58c8
commit
d9d614b3bc
1 changed files with 3 additions and 1 deletions
|
@ -273,7 +273,9 @@ class Inventaire(TestCase):
|
||||||
json={"extract": "hi hi"},
|
json={"extract": "hi hi"},
|
||||||
)
|
)
|
||||||
|
|
||||||
extract = self.connector.get_description({"enwiki": "test_path"})
|
extract = self.connector.get_description(
|
||||||
|
{"enwiki": {"title": "test_path", "badges": "hello"}}
|
||||||
|
)
|
||||||
self.assertEqual(extract, "hi hi")
|
self.assertEqual(extract, "hi hi")
|
||||||
|
|
||||||
def test_remote_id_from_model(self):
|
def test_remote_id_from_model(self):
|
||||||
|
|
Loading…
Reference in a new issue