Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Oct 30, 2023
1 parent f150a51 commit 7b67cf9
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 51 deletions.
8 changes: 4 additions & 4 deletions test/integration/fixtures/TestVPC_CreateGet.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/regions
url: https://api.linode.com/v4beta/regions
method: GET
response:
body: '{"data": [{"id": "ap-west", "label": "Mumbai, India", "country": "in",
Expand Down Expand Up @@ -113,7 +113,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs
url: https://api.linode.com/v4beta/vpcs
method: POST
response:
body: '{"id": 1167, "label": "go-test-vpc-1698329241951008000", "description":
Expand Down Expand Up @@ -170,7 +170,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1167
url: https://api.linode.com/v4beta/vpcs/1167
method: GET
response:
body: '{"id": 1167, "label": "go-test-vpc-1698329241951008000", "description":
Expand Down Expand Up @@ -229,7 +229,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1167
url: https://api.linode.com/v4beta/vpcs/1167
method: DELETE
response:
body: '{}'
Expand Down
8 changes: 4 additions & 4 deletions test/integration/fixtures/TestVPC_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/regions
url: https://api.linode.com/v4beta/regions
method: GET
response:
body: '{"data": [{"id": "ap-west", "label": "Mumbai, India", "country": "in",
Expand Down Expand Up @@ -113,7 +113,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs
url: https://api.linode.com/v4beta/vpcs
method: POST
response:
body: '{"id": 1169, "label": "go-test-vpc-1698329244440138000", "description":
Expand Down Expand Up @@ -170,7 +170,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs
url: https://api.linode.com/v4beta/vpcs
method: GET
response:
body: '{"data": [{"id": 856, "label": "tf-test-7335827087847850705", "description":
Expand Down Expand Up @@ -246,7 +246,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1169
url: https://api.linode.com/v4beta/vpcs/1169
method: DELETE
response:
body: '{}'
Expand Down
10 changes: 5 additions & 5 deletions test/integration/fixtures/TestVPC_Subnet_Create.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/regions
url: https://api.linode.com/v4beta/regions
method: GET
response:
body: '{"data": [{"id": "ap-west", "label": "Mumbai, India", "country": "in",
Expand Down Expand Up @@ -113,7 +113,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs
url: https://api.linode.com/v4beta/vpcs
method: POST
response:
body: '{"id": 1161, "label": "go-test-vpc-1698329227789347000", "description":
Expand Down Expand Up @@ -170,7 +170,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1161/subnets
url: https://api.linode.com/v4beta/vpcs/1161/subnets
method: POST
response:
body: '{"id": 983, "label": "linodego-vpc-test-1698329229464798000", "ipv4": "192.168.0.0/25",
Expand Down Expand Up @@ -226,7 +226,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1161/subnets/983
url: https://api.linode.com/v4beta/vpcs/1161/subnets/983
method: DELETE
response:
body: '{}'
Expand Down Expand Up @@ -281,7 +281,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1161
url: https://api.linode.com/v4beta/vpcs/1161
method: DELETE
response:
body: '{}'
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/regions
url: https://api.linode.com/v4beta/regions
method: GET
response:
body: '{"data": [{"id": "ap-west", "label": "Mumbai, India", "country": "in",
Expand Down Expand Up @@ -113,7 +113,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs
url: https://api.linode.com/v4beta/vpcs
method: POST
response:
body: '{"id": 1164, "label": "go-test-vpc-1698329234463583000", "description":
Expand Down Expand Up @@ -170,7 +170,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1164/subnets
url: https://api.linode.com/v4beta/vpcs/1164/subnets
method: POST
response:
body: '{"errors": [{"reason": "Label must include only ASCII letters, numbers,
Expand Down Expand Up @@ -209,7 +209,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1164
url: https://api.linode.com/v4beta/vpcs/1164
method: DELETE
response:
body: '{}'
Expand Down
12 changes: 6 additions & 6 deletions test/integration/fixtures/TestVPC_Subnet_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/regions
url: https://api.linode.com/v4beta/regions
method: GET
response:
body: '{"data": [{"id": "ap-west", "label": "Mumbai, India", "country": "in",
Expand Down Expand Up @@ -113,7 +113,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs
url: https://api.linode.com/v4beta/vpcs
method: POST
response:
body: '{"id": 1163, "label": "go-test-vpc-1698329232503206000", "description":
Expand Down Expand Up @@ -170,7 +170,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1163/subnets
url: https://api.linode.com/v4beta/vpcs/1163/subnets
method: POST
response:
body: '{"id": 985, "label": "linodego-vpc-test-1698329233110135000", "ipv4": "192.168.0.0/25",
Expand Down Expand Up @@ -226,7 +226,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1163/subnets
url: https://api.linode.com/v4beta/vpcs/1163/subnets
method: GET
response:
body: '{"data": [{"id": 985, "label": "linodego-vpc-test-1698329233110135000",
Expand Down Expand Up @@ -285,7 +285,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1163/subnets/985
url: https://api.linode.com/v4beta/vpcs/1163/subnets/985
method: DELETE
response:
body: '{}'
Expand Down Expand Up @@ -340,7 +340,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1163
url: https://api.linode.com/v4beta/vpcs/1163
method: DELETE
response:
body: '{}'
Expand Down
12 changes: 6 additions & 6 deletions test/integration/fixtures/TestVPC_Subnet_Update.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/regions
url: https://api.linode.com/v4beta/regions
method: GET
response:
body: '{"data": [{"id": "ap-west", "label": "Mumbai, India", "country": "in",
Expand Down Expand Up @@ -113,7 +113,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs
url: https://api.linode.com/v4beta/vpcs
method: POST
response:
body: '{"id": 1162, "label": "go-test-vpc-1698329230549145000", "description":
Expand Down Expand Up @@ -170,7 +170,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1162/subnets
url: https://api.linode.com/v4beta/vpcs/1162/subnets
method: POST
response:
body: '{"id": 984, "label": "linodego-vpc-test-1698329231147394000", "ipv4": "192.168.0.0/25",
Expand Down Expand Up @@ -226,7 +226,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1162/subnets/984
url: https://api.linode.com/v4beta/vpcs/1162/subnets/984
method: PUT
response:
body: '{"id": 984, "label": "linodego-vpc-test-1698329231147394000", "ipv4": "192.168.0.0/25",
Expand Down Expand Up @@ -282,7 +282,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1162/subnets/984
url: https://api.linode.com/v4beta/vpcs/1162/subnets/984
method: DELETE
response:
body: '{}'
Expand Down Expand Up @@ -337,7 +337,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1162
url: https://api.linode.com/v4beta/vpcs/1162
method: DELETE
response:
body: '{}'
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/regions
url: https://api.linode.com/v4beta/regions
method: GET
response:
body: '{"data": [{"id": "ap-west", "label": "Mumbai, India", "country": "in",
Expand Down Expand Up @@ -113,7 +113,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs
url: https://api.linode.com/v4beta/vpcs
method: POST
response:
body: '{"id": 1165, "label": "go-test-vpc-1698329235705061000", "description":
Expand Down Expand Up @@ -170,7 +170,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1165/subnets
url: https://api.linode.com/v4beta/vpcs/1165/subnets
method: POST
response:
body: '{"id": 986, "label": "linodego-vpc-test-1698329236379070000", "ipv4": "192.168.0.0/25",
Expand Down Expand Up @@ -226,7 +226,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1165/subnets/986
url: https://api.linode.com/v4beta/vpcs/1165/subnets/986
method: PUT
response:
body: '{"errors": [{"reason": "Label must include only ASCII letters, numbers,
Expand Down Expand Up @@ -265,7 +265,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1165/subnets/986
url: https://api.linode.com/v4beta/vpcs/1165/subnets/986
method: DELETE
response:
body: '{}'
Expand Down Expand Up @@ -320,7 +320,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1165
url: https://api.linode.com/v4beta/vpcs/1165
method: DELETE
response:
body: '{}'
Expand Down
16 changes: 8 additions & 8 deletions test/integration/fixtures/TestVPC_Subnet_WithInstance.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/regions
url: https://api.linode.com/v4beta/regions
method: GET
response:
body: '{"data": [{"id": "ap-west", "label": "Mumbai, India", "country": "in",
Expand Down Expand Up @@ -113,7 +113,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/linode/instances
url: https://api.linode.com/v4beta/linode/instances
method: POST
response:
body: '{"id": 24950532, "label": "go-test-ins-wo-disk-v2j7t13a5bf8", "group":
Expand Down Expand Up @@ -175,7 +175,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/linode/instances/24950532/configs
url: https://api.linode.com/v4beta/linode/instances/24950532/configs
method: POST
response:
body: '{"id": 3157280, "label": "go-test-conf-9y9c4tsg71z1", "helpers": {"updatedb_disabled":
Expand Down Expand Up @@ -235,7 +235,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs
url: https://api.linode.com/v4beta/vpcs
method: POST
response:
body: '{"id": 1166, "label": "go-test-vpc-1698329239052574000", "description":
Expand Down Expand Up @@ -292,7 +292,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1166/subnets
url: https://api.linode.com/v4beta/vpcs/1166/subnets
method: POST
response:
body: '{"id": 987, "label": "linodego-vpc-test-1698329239491923000", "ipv4": "192.168.0.0/25",
Expand Down Expand Up @@ -348,7 +348,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/linode/instances/24950532/configs/3157280
url: https://api.linode.com/v4beta/linode/instances/24950532/configs/3157280
method: PUT
response:
body: '{"id": 3157280, "label": "go-test-conf-9y9c4tsg71z1", "helpers": {"updatedb_disabled":
Expand Down Expand Up @@ -415,7 +415,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/vpcs/1166/subnets/987
url: https://api.linode.com/v4beta/vpcs/1166/subnets/987
method: GET
response:
body: '{"id": 987, "label": "linodego-vpc-test-1698329239491923000", "ipv4": "192.168.0.0/25",
Expand Down Expand Up @@ -474,7 +474,7 @@ interactions:
- application/json
User-Agent:
- linodego/dev https://github.com/linode/linodego
url: https://api.dev.linode.com/v4beta/linode/instances/24950532
url: https://api.linode.com/v4beta/linode/instances/24950532
method: DELETE
response:
body: '{}'
Expand Down
Loading

0 comments on commit 7b67cf9

Please sign in to comment.