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 a4006ea commit 68b1662Copy full SHA for 68b1662
tests/e2e/standalone/scheduler_test.go
@@ -89,8 +89,6 @@ func TestSchedulerList(t *testing.T) {
89
count, err := strconv.Atoi(strings.Fields(line)[2])
90
require.NoError(t, err)
91
assert.Equal(t, 1, count)
92
-
93
- assert.NotEmpty(t, strings.Fields(line)[3])
94
}
95
96
expNames = []string{
0 commit comments