Skip to content

Commit c192637

Browse files
committed
Correct test
1 parent 4214f9e commit c192637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_domain_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def test_get_stripped_url_non_http_scheme_return_self():
5757

5858
def test_get_stripped_url_only_accepts_correct_args_for_non_http_scheme():
5959
with pytest.raises(ValueError):
60-
result = du.get_stripped_url(url, non_http_scheme='milk')
60+
result = du.get_stripped_url('', non_http_scheme='milk')

0 commit comments

Comments
 (0)