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 3eef293 commit e490e69Copy full SHA for e490e69
inspector_test.go
@@ -373,7 +373,7 @@ func TestInspectorListsPodsInNotExistingNamespace(t *testing.T) {
373
}
374
want := &corev1.PodList{}
375
if !cmp.Equal(want, got) {
376
- t.Errorf(cmp.Diff(want, got))
+ t.Error(cmp.Diff(want, got))
377
378
379
@@ -387,7 +387,7 @@ func TestInspectorListsNotExistingPodsInDefaultNamespace(t *testing.T) {
387
388
389
390
391
392
393
@@ -405,7 +405,7 @@ func TestInspectorListsExistingPodsInDefaultNamespace(t *testing.T) {
405
406
want := podListDefaultNamespace
407
408
409
410
411
0 commit comments