From 6ba571f5e4873356f9d88f0c12282317b16dde82 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Sat, 19 Oct 2024 17:58:26 -0500 Subject: [PATCH] pass test --- tests/test_all.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, )