Skip to content

Commit e27c7a3

Browse files
author
jessevz
committed
Applied same fix
1 parent ff3d699 commit e27c7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/apiv2/hashtopolis_agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ class DummyAgent(object):
6060
# State: Early Alpha
6161
def __init__(self, token=None, voucher=None):
6262
# Request access TOKEN, used throughout the test
63-
load_order = (str(Path(__file__).parent.joinpath('{name}-defaults.{extension}')),) \
63+
load_order = (str(Path(__file__).parent.joinpath('{name}-defaults{suffix}')),) \
6464
+ confidence.DEFAULT_LOAD_ORDER
65-
self._cfg = confidence.load_name('hashtopolis-test', load_order=load_order)
65+
self._cfg = confidence.load_name('hashtopolis-test', load_order=load_order, format=confidence.YAML())
6666
self._hashtopolis_uri = self._cfg['hashtopolis_uri']
6767
self._api_endpoint = self._hashtopolis_uri + '/api/server.php'
6868

0 commit comments

Comments
 (0)