AWS: Add a simple test for "shared" tag
For some reason this wasn't done in 0b5ae5391e
.
This commit is contained in:
parent
4a627e9008
commit
e952c12dfe
@ -57,6 +57,12 @@ func TestFindClusterID(t *testing.T) {
|
||||
},
|
||||
ExpectedNew: "a",
|
||||
},
|
||||
{
|
||||
Tags: map[string]string{
|
||||
TagNameKubernetesClusterPrefix + "a": "shared",
|
||||
},
|
||||
ExpectedNew: "a",
|
||||
},
|
||||
{
|
||||
Tags: map[string]string{
|
||||
TagNameKubernetesClusterPrefix + "a": "",
|
||||
|
Loading…
Reference in New Issue
Block a user