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 db3ebdf commit d773912Copy full SHA for d773912
controller/machine/tinkerbellmachine_test.go
@@ -458,7 +458,7 @@ func Test_Machine_reconciliation_with_available_hardware(t *testing.T) {
458
g.Expect(client.Get(ctx, hardwareNamespacedName, updatedHardware)).To(Succeed())
459
460
if diff := cmp.Diff(updatedHardware.Spec.Interfaces[0].Netboot.AllowPXE, ptr.To(true)); diff != "" {
461
- t.Errorf(diff)
+ t.Error(diff)
462
}
463
})
464
@@ -593,7 +593,7 @@ func Test_Machine_reconciliation_workflow_complete(t *testing.T) {
593
594
595
if diff := cmp.Diff(updatedHardware.Spec.Interfaces[0].Netboot.AllowPXE, ptr.To(false)); diff != "" {
596
597
598
599
0 commit comments