Update web-platform-tests to revision f26f3ca338953d0c2e8b62c97623f0f0eea430be

This commit is contained in:
WPT Sync Bot 2019-01-29 20:38:21 -05:00
parent 62ff032130
commit 3033b05605
32 changed files with 636 additions and 132 deletions

View file

@ -374,9 +374,9 @@ def test_ssl_env_openssl():
def test_ssl_env_bogus():
with pytest.raises(ValueError):
with config.ConfigBuilder(ssl={"type": "foobar"}):
pass
with pytest.raises(ValueError):
with config.ConfigBuilder(ssl={"type": "foobar"}):
pass
def test_pickle():