Use tobiko gather_details function in fixtures library
Change-Id: I3f8f12b4407eff80ce16c673be7890c70763ad50
This commit is contained in:
parent
98b75fe60b
commit
3da0730a23
@ -16,6 +16,7 @@ from __future__ import absolute_import
|
||||
import json
|
||||
import itertools
|
||||
|
||||
import fixtures
|
||||
from oslo_log import log
|
||||
import six
|
||||
import testtools
|
||||
@ -59,6 +60,7 @@ def get_unique_detail_name(name, content_id, target_dict):
|
||||
|
||||
|
||||
testtools.testcase.gather_details = gather_details
|
||||
fixtures.fixture.gather_details = gather_details
|
||||
|
||||
|
||||
def copy_details_content(content_object, content_id):
|
||||
|
Loading…
Reference in New Issue
Block a user