Skip to content

Commit

Permalink
fix fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Aug 17, 2023
1 parent d22fb85 commit 61cecd4
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/TestBetaProgram_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/betas/active_closed
url: https://api.linode.com/v4beta/betas/active_closed
method: GET
response:
body: '{"id": "active_closed", "label": "active closed beta", "description": "An
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fixtures/TestBetaPrograms_List.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/betas
url: https://api.linode.com/v4beta/betas
method: GET
response:
body: '{"data": [{"id": "active_closed", "label": "active closed beta",
Expand Down

0 comments on commit 61cecd4

Please sign in to comment.