diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 7068af1..09ca454 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -2,8 +2,8 @@ # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Unit & Integration Tests -env: - DISABLED_SCRAPPERS: NETIV_HASED +# env: +# DISABLED_SCRAPPERS: NETIV_HASED on: push: diff --git a/README.md b/README.md index f85ef57..fadf303 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ The test-suite is scheduled to run every three days, so you can see if the super Status: [![Scheduled Tests](https://github.com/erlichsefi/israeli-supermarket-scarpers/actions/workflows/test-suite.yml/badge.svg?event=schedule)](https://github.com/erlichsefi/israeli-supermarket-scarpers/actions/workflows/test-suite.yml) -Notice: -- NETIV_HASED is disabled in testing becuase it started failing at Oct' 2023. -------- diff --git a/il_supermarket_scarper/engines/publishprice.py b/il_supermarket_scarper/engines/publishprice.py index 47e4247..f4ad1c3 100644 --- a/il_supermarket_scarper/engines/publishprice.py +++ b/il_supermarket_scarper/engines/publishprice.py @@ -21,7 +21,7 @@ def __init__(self, chain, chain_id, site_infix, folder_name=None): super().__init__( chain, chain_id, - url=f"http://publishprice.{site_infix}.co.il/", + url=f"https://publishprice.{site_infix}.co.il/", folder_name=folder_name, ) self.folder = None diff --git a/il_supermarket_scarper/scrappers/nativ_hashed.py b/il_supermarket_scarper/scrappers/nativ_hashed.py index fa00edf..8eb843f 100644 --- a/il_supermarket_scarper/scrappers/nativ_hashed.py +++ b/il_supermarket_scarper/scrappers/nativ_hashed.py @@ -9,7 +9,7 @@ def __init__(self, folder_name=None): super().__init__( "Netiv Hased", chain_id="7290058160839", - url="http://141.226.222.202/", + url="http://141.226.203.152/", folder_name=folder_name, )