mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-08 07:12:21 +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"},
|
||||
)
|
||||
|
||||
extract = self.connector.get_description({"enwiki": "test_path"})
|
||||
extract = self.connector.get_description(
|
||||
{"enwiki": {"title": "test_path", "badges": "hello"}}
|
||||
)
|
||||
self.assertEqual(extract, "hi hi")
|
||||
|
||||
def test_remote_id_from_model(self):
|
||||
|
|
Loading…
Reference in a new issue