From 4d18c6549a4f84db4de6c46a9433ce385f02b9cd Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sat, 15 Aug 2015 02:55:52 +0200 Subject: [PATCH] existing config in TeamspeakStats-root shouldnt break tests --- tests/test_general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_general.py b/tests/test_general.py index 5f2a9f5..b53e88e 100644 --- a/tests/test_general.py +++ b/tests/test_general.py @@ -11,7 +11,7 @@ def test_main(): @raises(exceptions.ConfigNotFound) def test_main_config_not_found(): - main() + main(config_path='/some/where/no/conf.ini') def test_main_idmap_load():