From 7e04fd8323a07c48737b42c5b8332a5b8af22071 Mon Sep 17 00:00:00 2001 From: chanomkaimuk <22185824+chanomkaimuk@users.noreply.github.com> Date: Sun, 4 Aug 2024 05:13:20 +0200 Subject: [PATCH] docs --- tests/test_fetch_entry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_fetch_entry.py b/tests/test_fetch_entry.py index a77d8c9..3c988c7 100644 --- a/tests/test_fetch_entry.py +++ b/tests/test_fetch_entry.py @@ -9,6 +9,7 @@ @pytest.mark.parametrize("lang", LANGS_TO_TEST) async def test_placetw_art_schema(lang: str): + """Tests that the API can be fetched and that the schema is correct.""" url = f"https://placetw.com/locales/{lang}/art-pieces.json" result = await _async_get_json(url) assert type(result) is dict