Skip to content

Commit f60fecb

Browse files
committed
MISC fix Bpifrance test
1 parent 9c01593 commit f60fecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_bpi_scrapping.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ def test_get_articles(bpi_data_soup, bpi_scrapper):
3535
def test_get_article_title_link(bpi_data_soup, bpi_scrapper):
3636
articles = bpi_scrapper.get_articles(bpi_data_soup)
3737
assert bpi_scrapper.get_article_title_and_link(articles[0]) == (
38-
"Appel à Projets France-Chili –Greentech",
39-
"https://www.bpifrance.fr/nos-appels-a-projets-concours/appel-a-projets-france-chili-greentech",
38+
"Multicap croissance N°4 (MC4)",
39+
"https://www.bpifrance.fr/nos-appels-a-projets-concours/multicap-croissance-ndeg4-mc4",
4040
)
4141

4242
def test_get_article_full_content(bpi_data_soup, bpi_scrapper):

0 commit comments

Comments
 (0)