Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Lieberman committed Jul 12, 2022
1 parent 6a18007 commit a38a8d3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions api/v1beta1/azuremachine_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,20 +524,6 @@ func TestAzureMachine_ValidateUpdate(t *testing.T) {
},
wantErr: false,
},
{
name: "invalidTest: azuremachine.spec.subnetName is immutable",
oldMachine: &AzureMachine{
Spec: AzureMachineSpec{
SubnetName: "subnet1",
},
},
newMachine: &AzureMachine{
Spec: AzureMachineSpec{
SubnetName: "subnet2",
},
},
wantErr: true,
},
{
name: "validTest: azuremachine.spec.networkInterfaces is immutable",
oldMachine: &AzureMachine{
Expand Down

0 comments on commit a38a8d3

Please sign in to comment.