AWS: Add a simple test for "shared" tag
For some reason this wasn't done in 0b5ae5391e.
			
			
This commit is contained in:
		| @@ -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": "", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arto Jantunen
					Arto Jantunen