housekeep: cleanup extra space in test_config.py

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-02-09 23:39:08 -08:00
parent 3af66cafbe
commit e80891f2f2
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -160,7 +160,7 @@ def test_config_main_set_invalid_value():
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):
stderr = io.StringIO()