Merge "Fix warlock model creation"

This commit is contained in:
Jenkins
2016-08-12 15:15:46 +00:00
committed by Gerrit Code Review
5 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -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 = {