We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4214f9e commit c192637Copy full SHA for c192637
tests/test_domain_utils.py
@@ -57,4 +57,4 @@ def test_get_stripped_url_non_http_scheme_return_self():
57
58
def test_get_stripped_url_only_accepts_correct_args_for_non_http_scheme():
59
with pytest.raises(ValueError):
60
- result = du.get_stripped_url(url, non_http_scheme='milk')
+ result = du.get_stripped_url('', non_http_scheme='milk')
0 commit comments