fix dependencies version
Change-Id: I5fc4b3e8193232379a6aa2b6cc4ef6457f0a6ef1
This commit is contained in:
@@ -33,7 +33,7 @@ from watcher.tests.objects import utils as obj_utils
|
||||
def post_get_test_audit(**kw):
|
||||
audit = api_utils.audit_post_data(**kw)
|
||||
audit_template = db_utils.get_test_audit_template()
|
||||
audit['audit_template_id'] = None
|
||||
del audit['audit_template_id']
|
||||
audit['audit_template_uuid'] = kw.get('audit_template_uuid',
|
||||
audit_template['uuid'])
|
||||
return audit
|
||||
|
||||
Reference in New Issue
Block a user