From ff56bf809057d0b02eb28ef5d32cdddf6bf7d466 Mon Sep 17 00:00:00 2001 From: pg2000 <10741029+PG2000@users.noreply.github.com> Date: Mon, 27 Jun 2022 20:56:29 +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 01d0ccb0a..591dc4e82 100644 --- a/pkg/apis/externaldns/types_test.go +++ b/pkg/apis/externaldns/types_test.go @@ -158,7 +158,7 @@ var ( AWSZoneType: "private", AWSZoneTagFilter: []string{"tag=foo"}, AWSAssumeRole: "some-other-role", - AWSAssumeRoleExternalId: "pg2000", + AWSAssumeRoleExternalID: "pg2000", AWSBatchChangeSize: 100, AWSBatchChangeInterval: time.Second * 2, AWSEvaluateTargetHealth: false,