mirror of
https://github.com/guezoloic/millesima_projetS6.git
synced 2026-03-28 19:13:42 +00:00
fix(main.py): changement donnée data
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user