Skip to content

Commit

Permalink
Use documentation prefix 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 35ec433 commit 49aebf9
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 @@ -9,7 +9,7 @@ import (

func TestPrivateNetworksCreate(t *testing.T) {
c := &mockClient{body: `{ "response": { "privatenetwork":
{ "id": "pn-123ab", "name": "mynetwork", "ipv6aggregate": "fe00:123::/48"}}}`}
{ "id": "pn-123ab", "name": "mynetwork", "ipv6aggregate": "2001:db8::/48"}}}`}
n := PrivateNetworkService{client: c}

networkname := "mynetwork"
Expand Down

0 comments on commit 49aebf9

Please sign in to comment.