We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7412d6a commit e51b2dcCopy full SHA for e51b2dc
cmd/gateway/commands_test.go
@@ -697,7 +697,7 @@ func TestCreateGatewayPodConfig(t *testing.T) {
697
g.Expect(err).To(MatchError(errors.New("environment variable POD_NAMESPACE not set")))
698
g.Expect(cfg).To(Equal(config.GatewayPodConfig{}))
699
700
- // unset UUID
+ // unset pod UID
701
g.Expect(os.Unsetenv("POD_UID")).To(Succeed())
702
cfg, err = createGatewayPodConfig("svc")
703
g.Expect(err).To(MatchError(errors.New("environment variable POD_UID not set")))
0 commit comments