summaryrefslogtreecommitdiff
path: root/functionaltests/client/v1/behaviors/base_behaviors.py
diff options
context:
space:
mode:
Diffstat (limited to 'functionaltests/client/v1/behaviors/base_behaviors.py')
-rw-r--r--functionaltests/client/v1/behaviors/base_behaviors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functionaltests/client/v1/behaviors/base_behaviors.py b/functionaltests/client/v1/behaviors/base_behaviors.py
index 9192f98..da642dd 100644
--- a/functionaltests/client/v1/behaviors/base_behaviors.py
+++ b/functionaltests/client/v1/behaviors/base_behaviors.py
@@ -23,7 +23,7 @@ class BaseBehaviors(object):
self.LOG = logging.getLogger(type(self).__name__)
self.client = client
self.created_entities = []
- self.base_url = client.secrets._api._base_url
+ self.base_url = client.secrets._api.endpoint_override
def get_json(self, response):
json_data = dict()