moved from urllib to requests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-18 08:57:33 -04:00
parent 794dbe7d88
commit 339195fda6
4 changed files with 12 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ from bs4 import BeautifulSoup
import pytest
def test_load_recipe():
def test_load_page():
page = scrape.load_recipe("https://hs.andreistoica.ca:4943")
assert type(page) == BeautifulSoup