mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: cleanup extra space in test_config.py
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
3af66cafbe
commit
e80891f2f2
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ def test_config_main_set_invalid_value():
|
||||||
assert stderr.getvalue().strip() == expected
|
assert stderr.getvalue().strip() == expected
|
||||||
|
|
||||||
|
|
||||||
@ mock.patch("aurweb.config.save", side_effect=noop)
|
@mock.patch("aurweb.config.save", side_effect=noop)
|
||||||
def test_config_main_set_unknown_section(save: None):
|
def test_config_main_set_unknown_section(save: None):
|
||||||
stderr = io.StringIO()
|
stderr = io.StringIO()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue