Skip to content

Commit

Permalink
Use test prefixes for ipv4 in privatenetwork tests
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Bagge / brother <[email protected]>
  • Loading branch information
norrland and brother authored Aug 29, 2024
1 parent 49aebf9 commit ee1905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privatenetworks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func TestPrivateNetworkSegmentsCreate(t *testing.T) {
c := &mockClient{body: `{ "response": { "privatenetworksegment":
{ "id": "266979ab-1e05-4fbc-b9e0-577f31c0d2e9",
"name": "mysegment", "ipv6subnet": "fe00:123:0:/64",
"ipv4subnet": "10.0.0.0/24", "datacenter": "dc-fbg1",
"ipv4subnet": "192.168.0.0/24", "datacenter": "dc-fbg1",
"platform": "kvm"}}}`}
n := PrivateNetworkService{client: c}

Expand Down

0 comments on commit ee1905a

Please sign in to comment.