mirror of
https://github.com/caronc/apprise.git
synced 2025-08-10 08:47:53 +02:00
pep8 fixes
This commit is contained in:
@ -72,11 +72,9 @@ def test_apprise_cli():
|
||||
assert result.exit_code == 0
|
||||
|
||||
result = runner.invoke(cli.main, [
|
||||
'-t', 'test title',
|
||||
'good://localhost',
|
||||
],
|
||||
input='test stdin body\n',
|
||||
)
|
||||
'-t', 'test title',
|
||||
'good://localhost',
|
||||
], input='test stdin body\n')
|
||||
assert result.exit_code == 0
|
||||
|
||||
result = runner.invoke(cli.main, [
|
||||
|
Reference in New Issue
Block a user