Skip to content

Commit a6cf394

Browse files
Merge pull request #129081 from stlaz/fg_remote_uid
featuregate UID in RequestHeader authenticator Kubernetes-commit: 1504f10e7946f95a8b1da35e28e4c7453ff62775
2 parents af0d53b + ceed2e3 commit a6cf394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

featuregate/testing/feature_gate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func SetFeatureGateEmulationVersionDuringTest(tb TB, gate featuregate.FeatureGat
9999
detectParallelOverrideCleanup := detectParallelOverrideEmulationVersion(tb, ver)
100100
originalEmuVer := gate.(featuregate.MutableVersionedFeatureGate).EmulationVersion()
101101
if err := gate.(featuregate.MutableVersionedFeatureGate).SetEmulationVersion(ver); err != nil {
102-
tb.Fatalf("failed to set emulation version to %s during test", ver.String())
102+
tb.Fatalf("failed to set emulation version to %s during test: %v", ver.String(), err)
103103
}
104104
tb.Cleanup(func() {
105105
tb.Helper()

0 commit comments

Comments
 (0)