Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
obar1 committed Sep 8, 2024
1 parent 5663cf5 commit 4a05444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zero_to_one_hundred/tests/test_ztoh/test_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@


def test_is_valid_http_pass0():
assert Validator.is_valid_http("https://code.google") is None
assert Validator.is_valid_http("https" + "://code.google") is None


def test_is_valid_http_pass1():
assert Validator.is_valid_http("http://www.cloudskillsboost.google/") is None
assert Validator.is_valid_http("http" + "://www.cloudskillsboost.google/") is None


def test_is_valid_http_fail():
Expand Down

0 comments on commit 4a05444

Please sign in to comment.