Skip to content
Snippets Groups Projects
Commit 9af1472c authored by nimrod's avatar nimrod
Browse files

Fix typo.

parent ab6d849a
Branches
No related tags found
No related merge requests found
Pipeline #1317 passed
......@@ -6,7 +6,7 @@ def handler(event, context): # pylint: disable=unused-argument
checks = [
{"url": "http://shore.co.il/", "codes": [301, 302]},
{"url": "http://www.shore.co.il/", "codes": [301, 302]},
{"url": "https:/shore.co.il/", "codes": [301, 302]},
{"url": "https://shore.co.il/", "codes": [301, 302]},
{"url": "https://www.shore.co.il/blog"},
]
check_urls(checks)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment