Skip to content

Commit

Permalink
Merge pull request #129081 from stlaz/fg_remote_uid
Browse files Browse the repository at this point in the history
featuregate UID in RequestHeader authenticator

Kubernetes-commit: 1504f10e7946f95a8b1da35e28e4c7453ff62775
  • Loading branch information
k8s-publishing-bot committed Dec 5, 2024
2 parents af0d53b + ceed2e3 commit a6cf394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion featuregate/testing/feature_gate.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func SetFeatureGateEmulationVersionDuringTest(tb TB, gate featuregate.FeatureGat
detectParallelOverrideCleanup := detectParallelOverrideEmulationVersion(tb, ver)
originalEmuVer := gate.(featuregate.MutableVersionedFeatureGate).EmulationVersion()
if err := gate.(featuregate.MutableVersionedFeatureGate).SetEmulationVersion(ver); err != nil {
tb.Fatalf("failed to set emulation version to %s during test", ver.String())
tb.Fatalf("failed to set emulation version to %s during test: %v", ver.String(), err)
}
tb.Cleanup(func() {
tb.Helper()
Expand Down

0 comments on commit a6cf394

Please sign in to comment.