mirror of
https://github.com/servo/servo.git
synced 2025-09-06 04:58:21 +01:00
Update web-platform-tests to revision f26f3ca338953d0c2e8b62c97623f0f0eea430be
This commit is contained in:
parent
62ff032130
commit
3033b05605
32 changed files with 636 additions and 132 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue