Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shraddhabang committed May 2, 2024
1 parent c317d25 commit 57a49d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhooks/elbv2/targetgroupbinding_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ func Test_targetGroupBindingValidator_checkImmutableFields(t *testing.T) {
Spec: elbv2api.TargetGroupBindingSpec{
TargetGroupARN: "tg-2",
TargetType: &ipTargetType,
VpcID: "vpc-vpc-0bbbbbbb",
VpcID: "vpc-0bbbbbbb",
},
},
oldTGB: &elbv2api.TargetGroupBinding{
Expand Down

0 comments on commit 57a49d9

Please sign in to comment.