Commit 9af1472c authored by nimrod's avatar nimrod
Browse files

Fix typo.

parent ab6d849a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)