pycodestyle
This commit is contained in:
parent
2f7b654d57
commit
032e211af1
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ from multischleuder.main import parse_config, parse_list_config
|
||||||
from multischleuder.test.test_api import _KEY_RESPONSE, _LIST_RESPONSE, _SUBSCRIBER_RESPONSE
|
from multischleuder.test.test_api import _KEY_RESPONSE, _LIST_RESPONSE, _SUBSCRIBER_RESPONSE
|
||||||
|
|
||||||
|
|
||||||
_MINIMAL = '''
|
_MINIMAL = '''
|
||||||
api:
|
api:
|
||||||
url: https://localhost:4443
|
url: https://localhost:4443
|
||||||
token: securetoken
|
token: securetoken
|
||||||
|
@ -17,7 +17,7 @@ conflict:
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
_CONFIG = '''---
|
_CONFIG = '''---
|
||||||
|
|
||||||
api:
|
api:
|
||||||
url: https://localhost:4443
|
url: https://localhost:4443
|
||||||
|
|
Loading…
Reference in a new issue