Merge "Add support for custom JSON serializer"

This commit is contained in:
Jenkins
2016-05-19 16:18:54 +00:00
committed by Gerrit Code Review
3 changed files with 13 additions and 3 deletions

View File

@@ -348,6 +348,8 @@ class EngineFacadeTestCase(oslo_test.BaseTestCase):
sqlite_synchronous=mock.ANY,
pool_timeout=mock.ANY,
thread_checkin=mock.ANY,
json_serializer=None,
json_deserializer=None,
)
get_maker.assert_called_once_with(engine=create_engine(),
autocommit=False,