Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project: Images Service Gen2 #560

Merged
merged 11 commits into from
Aug 9, 2024
Prev Previous commit
Next Next commit
sanitize fixture
  • Loading branch information
yec-akamai committed Aug 8, 2024
commit 8f90e223be6df7a48ca7f149364645ff24f849fd
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/2600:3c00::%2F32
url: https://api.linode.com/v4beta/networking/ipv6/pools/1234::5678%2F32
method: GET
response:
body: '{"range": "2600:3c00::/32", "region": "us-east", "route_target": "2600:3c00::/32"}'
body: '{"range": "1234::5678/32", "region": "us-east", "route_target": "1234::5678/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": "2600:3c00::/32", "region": "us-east", "route_target": "2600:3c00::/32"}], "page": 1, "pages": 1, "results": 1}'
body: '{"data": [{"range": "1234::5678/32", "region": "us-east", "route_target": "1234::5678/32"}], "page": 1, "pages": 1, "results": 1}'
headers:
Content-Type:
- application/json
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fixtures/TestUsers_List.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ interactions:
method: GET
response:
body: '{"data": [{"username": "ychen123", "email": "yechen@akamai.com", "restricted":
false, "ssh_keys": ["foo"], "tfa_enabled": true, "verified_phone_number": "+19173318647",
false, "ssh_keys": ["foo"], "tfa_enabled": true, "verified_phone_number": "+11234567890",
"password_created": "2018-01-02T03:04:05", "last_login": {"login_datetime":
"2018-01-02T03:04:05", "status": "successful"}, "user_type": "default"}, {"username":
"tf-test-8125004655895970073", "email": "tf-test-8125004655895970073@example.com",
Expand Down
Loading