Updates test string for inventaire

This commit is contained in:
Mouse Reeve 2025-01-10 18:11:57 -08:00
parent 609b7f58c8
commit d9d614b3bc

View file

@ -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):