From 26efdaf7b70f190807058e2e1159cfb9459dd679 Mon Sep 17 00:00:00 2001 From: grossmj Date: Thu, 5 Dec 2019 14:06:46 +0800 Subject: [PATCH] Fix tests --- tests/test_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_run.py b/tests/test_run.py index 1f706847..9d7b38eb 100644 --- a/tests/test_run.py +++ b/tests/test_run.py @@ -38,7 +38,7 @@ def test_locale_check(): def test_parse_arguments(capsys, tmpdir): Config.reset() - config = Config.instance(str(tmpdir / "test.cfg")) + config = Config.instance([str(tmpdir / "test.cfg")]) server_config = config.get_section_config("Server") with pytest.raises(SystemExit):