Skip to content

Commit 99545a6

Browse files
committed
Align mock for test with reality
Signed-off-by: Jens Schneider <schneider@23technologies.cloud>
1 parent 0aa429c commit 99545a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/hcloud/apis/mock/machine_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ func NewMachine(serverID int) *v1alpha1.Machine {
209209
ProviderID: fmt.Sprintf("hcloud:///%s/%d", TestZone, serverID),
210210
}
211211
machine.Status = v1alpha1.MachineStatus{
212-
Node: fmt.Sprintf("ip-%d", serverID),
213212
}
214213
}
215214

0 commit comments

Comments
 (0)