Skip to content

Commit e51b2dc

Browse files
author
Kate Osborn
committed
Fix UID comment
1 parent 7412d6a commit e51b2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gateway/commands_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ func TestCreateGatewayPodConfig(t *testing.T) {
697697
g.Expect(err).To(MatchError(errors.New("environment variable POD_NAMESPACE not set")))
698698
g.Expect(cfg).To(Equal(config.GatewayPodConfig{}))
699699

700-
// unset UUID
700+
// unset pod UID
701701
g.Expect(os.Unsetenv("POD_UID")).To(Succeed())
702702
cfg, err = createGatewayPodConfig("svc")
703703
g.Expect(err).To(MatchError(errors.New("environment variable POD_UID not set")))

0 commit comments

Comments
 (0)