Merge "[TrivialFix] Change container_id to right value."
This commit is contained in:
commit
2b975d89f5
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user