Skip to content

Commit

Permalink
revert ipv6 pool fixture change
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Aug 8, 2024
1 parent 8f90e22 commit ff9b28c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/integration/fixtures/TestIPv6Pool_Get.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ interactions:
- application/json
Content-Type:
- application/json
url: https://api.linode.com/v4beta/networking/ipv6/pools/1234::5678%2F32
url: https://api.linode.com/v4beta/networking/ipv6/pools/2600:3c00::%2F32
method: GET
response:
body: '{"range": "1234::5678/32", "region": "us-east", "route_target": "1234::5678/32"}'
body: '{"range": "2600:3c00::/32", "region": "us-east", "route_target": "2600:3c00::/32"}'
headers:
Content-Type:
- application/json
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fixtures/TestIPv6Pool_List.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interactions:
url: https://api.linode.com/v4beta/networking/ipv6/pools?page=1
method: GET
response:
body: '{"data": [{"range": "1234::5678/32", "region": "us-east", "route_target": "1234::5678/32"}], "page": 1, "pages": 1, "results": 1}'
body: '{"data": [{"range": "2600:3c00::/32", "region": "us-east", "route_target": "2600:3c00::/32"}], "page": 1, "pages": 1, "results": 1}'
headers:
Content-Type:
- application/json
Expand Down

0 comments on commit ff9b28c

Please sign in to comment.