Merge "[TrivialFix] Change container_id to right value."

This commit is contained in:
Jenkins 2017-09-11 21:28:09 +00:00 committed by Gerrit Code Review
commit 2b975d89f5

View File

@ -97,7 +97,7 @@ def create_container(id_ref, project_id=None, external_project_id=None):
container.name = 'test name'
container.type = 'rsa'
container_secret = models.ContainerSecret()
container_secret.container_id = id
container_secret.container_id = id_ref
container_secret.secret_id = '123'
container.container_secrets.append(container_secret)