diff --git a/tests/test_client.py b/tests/test_client.py index 5a9278651..79ff38376 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -9,6 +9,7 @@ from twisted.trial import unittest from deluge.ui.client import client # Start a daemon to test with and wait a couple seconds to make sure it's started +config_directory = common.set_tmp_config_dir() client.start_daemon(58847, config_directory) import time time.sleep(2)