Skip to content

Commit

Permalink
Merge pull request #30 from erlichsefi/dev
Browse files Browse the repository at this point in the history
fix supermarkets urls
  • Loading branch information
erlichsefi authored Nov 20, 2023
2 parents e4cfe30 + 691070d commit 19a2666
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


--------
Expand Down
2 changes: 1 addition & 1 deletion il_supermarket_scarper/engines/publishprice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion il_supermarket_scarper/scrappers/nativ_hashed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit 19a2666

Please sign in to comment.