summaryrefslogtreecommitdiff
path: root/glanceclient/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-12 15:15:46 +0000
committerGerrit Code Review <review@openstack.org>2016-08-12 15:15:46 +0000
commit5de07c339503c90634e27de342d23276a8833111 (patch)
tree358e27216dc8d30c9f3b48fbaf7a81091112d212 /glanceclient/tests
parent9e84185a6da0bf14f039859814a2ce66247240bf (diff)
parentd7db97c92605a11e312d17cdcdd8ac363bc10924 (diff)
downloadpython-glanceclient-2.4.0.tar.gz
Merge "Fix warlock model creation"2.4.0
Diffstat (limited to 'glanceclient/tests')
-rw-r--r--glanceclient/tests/unit/v2/test_schemas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glanceclient/tests/unit/v2/test_schemas.py b/glanceclient/tests/unit/v2/test_schemas.py
index 60442a8..c01d8bd 100644
--- a/glanceclient/tests/unit/v2/test_schemas.py
+++ b/glanceclient/tests/unit/v2/test_schemas.py
@@ -130,7 +130,7 @@ class TestSchemaBasedModel(testtools.TestCase):
def setUp(self):
super(TestSchemaBasedModel, self).setUp()
self.model = warlock.model_factory(_SCHEMA.raw(),
- schemas.SchemaBasedModel)
+ base_class=schemas.SchemaBasedModel)
def test_patch_should_replace_missing_core_properties(self):
obj = {