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 29, 2020
1 parent ff8882c commit f2474dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TestBootstrapChannelBuilder_JWKS(t *testing.T) {
featureflag.ParseFlags("-PublicJWKS")
}
defer unsetFeaureFlag()
runChannelBuilderTest(t, "jwks", []string{"dns-controller.addons.k8s.io-k8s-1.12", "kops-controller.addons.k8s.io-k8s-1.16", "anonymous-access.addons.k8s.io-k8s-1.16"})
runChannelBuilderTest(t, "public-jwks", []string{"dns-controller.addons.k8s.io-k8s-1.12", "kops-controller.addons.k8s.io-k8s-1.16", "anonymous-access.addons.k8s.io-k8s-1.16"})
}

func runChannelBuilderTest(t *testing.T, key string, addonManifests []string) {
Expand Down

0 comments on commit f2474dc

Please sign in to comment.