AWS: Add a simple test for "shared" tag

For some reason this wasn't done in 0b5ae5391e.
This commit is contained in:
Arto Jantunen 2018-09-25 10:45:41 +03:00
parent 4a627e9008
commit e952c12dfe

View File

@ -57,6 +57,12 @@ func TestFindClusterID(t *testing.T) {
}, },
ExpectedNew: "a", ExpectedNew: "a",
}, },
{
Tags: map[string]string{
TagNameKubernetesClusterPrefix + "a": "shared",
},
ExpectedNew: "a",
},
{ {
Tags: map[string]string{ Tags: map[string]string{
TagNameKubernetesClusterPrefix + "a": "", TagNameKubernetesClusterPrefix + "a": "",