File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ func TestOIDCReconcile(t *testing.T) {
69
69
}).Return (& iam.CreateOpenIDConnectProviderOutput {
70
70
OpenIDConnectProviderArn : aws .String ("arn::oidc" ),
71
71
}, nil )
72
+ m .TagOpenIDConnectProvider (& iam.TagOpenIDConnectProviderInput {
73
+ OpenIDConnectProviderArn : aws .String ("arn::oidc" ),
74
+ Tags : []* iam.Tag {},
75
+ }).Return (& iam.TagOpenIDConnectProviderOutput {}, nil )
72
76
},
73
77
},
74
78
{
@@ -101,6 +105,10 @@ func TestOIDCReconcile(t *testing.T) {
101
105
ThumbprintList : aws .StringSlice ([]string {"15dbd260c7465ecca6de2c0b2181187f66ee0d1a" }),
102
106
Url : & url ,
103
107
}, nil )
108
+ m .TagOpenIDConnectProvider (& iam.TagOpenIDConnectProviderInput {
109
+ OpenIDConnectProviderArn : aws .String ("arn::oidc" ),
110
+ Tags : []* iam.Tag {},
111
+ }).Return (& iam.TagOpenIDConnectProviderOutput {}, nil )
104
112
},
105
113
},
106
114
}
You can’t perform that action at this time.
0 commit comments