Skip to content

Commit 50b1ff3

Browse files
SNOW-761004 fixing issue committed (#1487)
1 parent e79f21c commit 50b1ff3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit/test_url_util.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
def is_valid_url(s):
1010
return False
1111

12+
def url_encode_str(s):
13+
return ""
14+
1215

1316
def test_url_validator():
1417
assert is_valid_url("https://ssoTestURL.okta.com")

0 commit comments

Comments
 (0)