Skip to content

Commit

Permalink
Update upup/pkg/fi/cloudup/bootstrapchannelbuilder_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: John Gardiner Myers <[email protected]>
  • Loading branch information
justinsb and johngmyers authored Aug 30, 2020
1 parent 5e2d85b commit 4962d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upup/pkg/fi/cloudup/bootstrapchannelbuilder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ func TestBootstrapChannelBuilder_PublicJWKS(t *testing.T) {
h.SetupMockAWS()

featureflag.ParseFlags("+PublicJWKS")
unsetFeaureFlag := func() {
unsetFeatureFlag := func() {
featureflag.ParseFlags("-PublicJWKS")
}
defer unsetFeaureFlag()
defer unsetFeatureFlag()
runChannelBuilderTest(t, "public-jwks", []string{"dns-controller.addons.k8s.io-k8s-1.12", "kops-controller.addons.k8s.io-k8s-1.16", "anonymous-issuer-discovery.addons.k8s.io-k8s-1.16"})
}

Expand Down

0 comments on commit 4962d06

Please sign in to comment.