From 1891cc01938a0d0183f4e0e8301ccb0b73c090fc Mon Sep 17 00:00:00 2001 From: Kelle Cruz Date: Tue, 17 Oct 2023 18:29:29 -0400 Subject: [PATCH] Update scheduled_checks.py --- tests/scheduled_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scheduled_checks.py b/tests/scheduled_checks.py index ddb922b66..4d7c3ee8f 100644 --- a/tests/scheduled_checks.py +++ b/tests/scheduled_checks.py @@ -54,7 +54,7 @@ def test_spectra_urls(db): codes = [] internet = check_internet_connection() if internet: - for spectrum_url in tqdm(spectra_urls["spectrum"][0:100]): + for spectrum_url in tqdm(spectra_urls["spectrum"]): request_response = requests.head(spectrum_url) status_code = request_response.status_code # The website is up if the status code is 200