pass test

This commit is contained in:
Cullen Watson
2024-10-19 17:58:26 -05:00
parent b43289fa38
commit 6ba571f5e4

View File

@@ -5,10 +5,9 @@ import pandas as pd
def test_all():
result = scrape_jobs(
site_name=[
"linkedin",
"indeed",
"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",
results_wanted=5,
)