From d7a48e465be2d2ea4bb2b91a091d1af49d98a4b9 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 11 Jun 2025 18:04:49 +0100 Subject: [PATCH] fix copypasta --- tests/extractors/test_antibot_extractor_enricher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/extractors/test_antibot_extractor_enricher.py b/tests/extractors/test_antibot_extractor_enricher.py index 516357e..a8a51dd 100644 --- a/tests/extractors/test_antibot_extractor_enricher.py +++ b/tests/extractors/test_antibot_extractor_enricher.py @@ -153,8 +153,8 @@ class TestAntibotExtractorEnricher(TestExtractorBase): self.test_download_pages_with_media(setup_module, make_item, url, in_title, in_text, image_count, video_count) @pytest.mark.skipif( - not os.environ.get("REDDIT_TEST_USERNAME") or not os.environ.get("REDDIT_TEST_PASSWORD"), - reason="No Reddit test credentials provided", + not os.environ.get("LINKEDIN_TEST_USERNAME") or not os.environ.get("LINKEDIN_TEST_PASSWORD"), + reason="No LinkedIn test credentials provided", ) @pytest.mark.download @pytest.mark.parametrize(