summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/provider/tests
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-10-02 12:46:14 -0300
committerTomás Touceda <chiiph@leap.se>2013-10-02 12:46:14 -0300
commitc9742f3549d07c23f5caf8a8e48317a4fb5e75a3 (patch)
tree9eb264116856f7d8a1dd5e89541003bf493f6827 /src/leap/bitmask/provider/tests
parent8f55c9670a0547bc4879d2b36affbffbf201e4fc (diff)
Fix some more tests
Diffstat (limited to 'src/leap/bitmask/provider/tests')
-rw-r--r--src/leap/bitmask/provider/tests/test_providerbootstrapper.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/leap/bitmask/provider/tests/test_providerbootstrapper.py b/src/leap/bitmask/provider/tests/test_providerbootstrapper.py
index fe5b52bd..88a4ff0b 100644
--- a/src/leap/bitmask/provider/tests/test_providerbootstrapper.py
+++ b/src/leap/bitmask/provider/tests/test_providerbootstrapper.py
@@ -43,7 +43,6 @@ from leap.bitmask.provider.providerbootstrapper import UnsupportedProviderAPI
from leap.bitmask.provider.providerbootstrapper import WrongFingerprint
from leap.bitmask.provider.supportedapis import SupportedAPIs
from leap.bitmask import util
-from leap.bitmask.util import get_path_prefix
from leap.common.files import mkdir_p
from leap.common.testing.https_server import where
from leap.common.testing.basetest import BaseLeapTest
@@ -406,7 +405,7 @@ class ProviderBootstrapperActiveTest(unittest.TestCase):
:returns: the provider.json path used
:rtype: str
"""
- provider_dir = os.path.join(get_path_prefix(),
+ provider_dir = os.path.join(util.get_path_prefix(),
"leap", "providers",
self.pb._domain)
mkdir_p(provider_dir)