We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3d699 commit e27c7a3Copy full SHA for e27c7a3
ci/apiv2/hashtopolis_agent.py
@@ -60,9 +60,9 @@ class DummyAgent(object):
60
# State: Early Alpha
61
def __init__(self, token=None, voucher=None):
62
# Request access TOKEN, used throughout the test
63
- load_order = (str(Path(__file__).parent.joinpath('{name}-defaults.{extension}')),) \
+ load_order = (str(Path(__file__).parent.joinpath('{name}-defaults{suffix}')),) \
64
+ confidence.DEFAULT_LOAD_ORDER
65
- self._cfg = confidence.load_name('hashtopolis-test', load_order=load_order)
+ self._cfg = confidence.load_name('hashtopolis-test', load_order=load_order, format=confidence.YAML())
66
self._hashtopolis_uri = self._cfg['hashtopolis_uri']
67
self._api_endpoint = self._hashtopolis_uri + '/api/server.php'
68
0 commit comments