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

Commit 07145de

Browse files
committed
Fixup linting errors in test/test_cli.py.
1 parent fafeab1 commit 07145de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_cli_with_system_exit(argv):
116116
(['GET', 'example.com', ':authority:example.org', 'x-test:header'],
117117
{'method': 'GET', 'headers': {
118118
':authority': 'example.org',
119-
'x-test':'header'}}),
119+
'x-test': 'header'}}),
120120
], ids=[
121121
'specified "--debug" option',
122122
'specified host and additional header',

0 commit comments

Comments
 (0)