[TrivialFix] Change container_id to right value.

Change-Id: I5479a5ea30a125791176575bd0420e926e7a465e
This commit is contained in:
Kien Nguyen 2017-09-03 09:10:11 +07:00
parent a90d9165b8
commit 9eb9c80757

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)