Skip to content

Commit

Permalink
Update test to include IP ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Nov 28, 2023
1 parent 3d71625 commit dcf18af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/linode/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ func TestBuilderPrepare_NetworkInterfaces(t *testing.T) {
VPC: "10.0.0.2",
NAT1To1: "any",
},
IPRanges: []string{"10.0.0.3/32"},
},
}

Expand Down

0 comments on commit dcf18af

Please sign in to comment.