Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chanomkaimuk committed Aug 4, 2024
1 parent 935d2f7 commit 7e04fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_fetch_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e04fd8

Please sign in to comment.