summaryrefslogtreecommitdiff
path: root/tests/v3/test_endpoints.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/v3/test_endpoints.py')
-rw-r--r--tests/v3/test_endpoints.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/v3/test_endpoints.py b/tests/v3/test_endpoints.py
index f0a6e42..d428b91 100644
--- a/tests/v3/test_endpoints.py
+++ b/tests/v3/test_endpoints.py
@@ -19,6 +19,7 @@ class EndpointTests(utils.TestCase, utils.CrudTests):
kwargs.setdefault('region', uuid.uuid4().hex)
kwargs.setdefault('service_id', uuid.uuid4().hex)
kwargs.setdefault('url', uuid.uuid4().hex)
+ kwargs.setdefault('enabled', True)
return kwargs
def test_create_public_interface(self):