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.
2 parents 533ecef + 91adf37 commit f382c37Copy full SHA for f382c37
cmd/options/options_test.go
@@ -44,7 +44,7 @@ func TestSetNodeNameOrDie(t *testing.T) {
44
HostnameOverride: "hostname-override",
45
},
46
47
- "Check hostname override and NDDE_NAME env": {
+ "Check hostname override and NODE_NAME env": {
48
WantedNodeName: "node-name-env",
49
Meta: options{
50
Nodename: "node-name-env",
pkg/logcounter/log_counter_test.go
@@ -115,7 +115,7 @@ func TestCount(t *testing.T) {
115
for _, log := range logs {
116
ch <- log
117
}
118
- // trigger the timeout to ensure the test doesn't block permenantly
+ // trigger the timeout to ensure the test doesn't block permanently
119
for {
120
fakeClock.Step(2 * timeout)
121
0 commit comments