From 52c8edebabc8e002338dc1b2244e217572e2db67 Mon Sep 17 00:00:00 2001 From: pg2000 <10741029+PG2000@users.noreply.github.com> Date: Mon, 27 Jun 2022 20:56:39 +0200 Subject: [PATCH] replace Id with ID Co-authored-by: Steven E. Harris --- pkg/apis/externaldns/types_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/externaldns/types_test.go b/pkg/apis/externaldns/types_test.go index 591dc4e82..55fff57d4 100644 --- a/pkg/apis/externaldns/types_test.go +++ b/pkg/apis/externaldns/types_test.go @@ -57,7 +57,7 @@ var ( AWSZoneType: "", AWSZoneTagFilter: []string{""}, AWSAssumeRole: "", - AWSAssumeRoleExternalId: "", + AWSAssumeRoleExternalID: "", AWSBatchChangeSize: 1000, AWSBatchChangeInterval: time.Second, AWSEvaluateTargetHealth: true,