Skip to content

Commit 902e6ea

Browse files
authored
Merge pull request #8536 from elmiko/refactor-clusterapi-tests-1
CA add TestConfigBuilder interface to clusterapi
2 parents c3c339c + 6f0d49c commit 902e6ea

File tree

6 files changed

+1367
-1027
lines changed

6 files changed

+1367
-1027
lines changed

cluster-autoscaler/cloudprovider/clusterapi/clusterapi_autodiscovery_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func Test_parseAutoDiscovery(t *testing.T) {
198198
func Test_allowedByAutoDiscoverySpec(t *testing.T) {
199199
for _, tc := range []struct {
200200
name string
201-
testSpec testSpec
201+
testSpec TestSpec
202202
autoDiscoveryConfig *clusterAPIAutoDiscoveryConfig
203203
additionalLabels map[string]string
204204
shouldMatch bool

0 commit comments

Comments
 (0)