pass test

pull/210/head
Cullen Watson 2024-10-19 17:58:26 -05:00
parent b43289fa38
commit 6ba571f5e4
1 changed files with 1 additions and 2 deletions

View File

@ -5,10 +5,9 @@ import pandas as pd
def test_all(): def test_all():
result = scrape_jobs( result = scrape_jobs(
site_name=[ site_name=[
"linkedin",
"indeed", "indeed",
"glassdoor", "glassdoor",
], # ziprecruiter needs good ip, and temp fix to pass test on ci ], # ziprecruiter/linkedin needs good ip, and temp fix to pass test on ci
search_term="engineer", search_term="engineer",
results_wanted=5, results_wanted=5,
) )