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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/functionaltests/client/v1/behaviors/base_behaviors.py b/functionaltests/client/v1/behaviors/base_behaviors.py
index b8a913e..9192f98 100644
--- a/functionaltests/client/v1/behaviors/base_behaviors.py
+++ b/functionaltests/client/v1/behaviors/base_behaviors.py
@@ -23,6 +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
def get_json(self, response):
json_data = dict()