mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-15 01:39:43 -04:00
kubernetes version: rename latest -> default
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
d995558ffd
commit
57e77ee53f
8 changed files with 28 additions and 28 deletions
|
@ -139,7 +139,7 @@ func TestTrivialCCMFunctions(t *testing.T) {
|
|||
assert := assert.New(t)
|
||||
cloud := CloudControllerManager{}
|
||||
|
||||
assert.NotEmpty(cloud.Image(versions.Latest))
|
||||
assert.NotEmpty(cloud.Image(versions.Default))
|
||||
assert.NotEmpty(cloud.Path())
|
||||
assert.NotEmpty(cloud.Name())
|
||||
assert.NotEmpty(cloud.ExtraArgs())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue