Skip to content

Commit ceed2e3

Browse files
enjk8s-publishing-bot
authored andcommitted
Update tests to handle RemoteRequestHeaderUID
Signed-off-by: Monis Khan <[email protected]> Kubernetes-commit: 779d76176afe96f7a8b83c14cb6370650c9464a4
1 parent af0d53b commit ceed2e3

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)