diff --git a/tests/test_all.py b/tests/test_all.py index c6b0131..d395850 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -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, )