We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa429c commit 99545a6Copy full SHA for 99545a6
1 file changed
pkg/hcloud/apis/mock/machine_controller.go
@@ -209,7 +209,6 @@ func NewMachine(serverID int) *v1alpha1.Machine {
209
ProviderID: fmt.Sprintf("hcloud:///%s/%d", TestZone, serverID),
210
}
211
machine.Status = v1alpha1.MachineStatus{
212
- Node: fmt.Sprintf("ip-%d", serverID),
213
214
215
0 commit comments