diff --git a/tests/scraper_test.py b/tests/scraper_test.py index 2fe2cf1..c864bf1 100644 --- a/tests/scraper_test.py +++ b/tests/scraper_test.py @@ -11,7 +11,7 @@ def test_login_fail(): def test_login_success(): global vks - vks = VkScraper(os.getenv("VK_USERNAME"), os.getenv("VK_PASSWORD")) + vks = VkScraper(os.environ["VK_USERNAME"], os.environ["VK_PASSWORD"]) def test_scrape_empty_urll():