Skip to content

Commit

Permalink
fix client test
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Dec 4, 2023
1 parent f67a630 commit f855a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/fixtures/TestAccountAvailability_Get.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/account/availability/us-east
url: https://api.linode.com/v4beta/account/availability/us-east
method: GET
response:
body: '{"dc": "us-east", "unavailable": []}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/account/availability
url: https://api.linode.com/v4beta/account/availability
method: GET
response:
body: '{"data": [{"dc": "ap-west", "unavailable": []}, {"dc": "ca-central", "unavailable":
Expand Down

0 comments on commit f855a0e

Please sign in to comment.