This commit is contained in:
Florian Bruhin 2016-12-22 15:14:35 +01:00
parent 89fe725a85
commit 71404a87b9
2 changed files with 0 additions and 2 deletions

View File

@ -1030,7 +1030,6 @@ class Proxy(BaseType):
return
elif value in self.valid_values:
return
url = QUrl(value)
try:
self.transform(value)

View File

@ -740,7 +740,6 @@ def test_data_url():
assert url == QUrl('data:text/plain;base64,Zm9v')
class TestProxyFromUrl:
@pytest.mark.parametrize('url, expected', [