fix(main.py): changement donnée data

This commit is contained in:
2026-02-08 22:47:10 +01:00
parent 5c22777c2d
commit 9da0159869
2 changed files with 66 additions and 60 deletions

View File

@@ -122,7 +122,7 @@ def scraper() -> Scraper:
def test_soup(scraper: Scraper):
h1: Tag | None = scraper.getsoup().find("h1")
h1: Tag | None = scraper.getsoup("").find("h1")
assert isinstance(h1, Tag)
assert h1.text == "MILLESIMA"