Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 2320c15

Browse files
committed
Fix test_abstraction failure
1 parent 78d44bc commit 2320c15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_abstraction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def test_h2_kwargs(self):
2626
assert c._h2_kwargs == {
2727
'window_manager': True,
2828
'enable_push': True,
29+
'secure': False,
2930
'ssl_context': True,
3031
'other_kwarg': True,
3132
}

0 commit comments

Comments
 (0)