Skip to content

Commit

Permalink
Reran more fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ezilber-akamai committed Jul 1, 2024
1 parent fb3051c commit e02014e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions test/integration/fixtures/ExampleListKernels_all.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.linode.com/v4beta/linode/kernels
url: https://api.linode.com/v4beta/linode/kernels?page=1
method: GET
response:
body: '{"data": [{"id": "linode/latest-2.6-32bit", "label": "Latest 2.6 (2.6.39.1-linode34)",
Expand Down Expand Up @@ -283,7 +283,7 @@ interactions:
Content-Type:
- application/json
Expires:
- Fri, 31 May 2024 17:04:44 GMT
- Mon, 01 Jul 2024 14:36:57 GMT
Pragma:
- no-cache
Strict-Transport-Security:
Expand Down Expand Up @@ -579,7 +579,7 @@ interactions:
Content-Type:
- application/json
Expires:
- Fri, 31 May 2024 17:04:44 GMT
- Mon, 01 Jul 2024 14:36:57 GMT
Pragma:
- no-cache
Strict-Transport-Security:
Expand Down Expand Up @@ -888,7 +888,7 @@ interactions:
Content-Type:
- application/json
Expires:
- Fri, 31 May 2024 17:04:44 GMT
- Mon, 01 Jul 2024 14:36:57 GMT
Pragma:
- no-cache
Strict-Transport-Security:
Expand Down Expand Up @@ -1021,7 +1021,7 @@ interactions:
Content-Type:
- application/json
Expires:
- Fri, 31 May 2024 17:04:44 GMT
- Mon, 01 Jul 2024 14:36:57 GMT
Pragma:
- no-cache
Strict-Transport-Security:
Expand Down
10 changes: 5 additions & 5 deletions test/integration/fixtures/ExampleListKernels_allWithOpts.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.linode.com/v4beta/linode/kernels
url: https://api.linode.com/v4beta/linode/kernels?page=1
method: GET
response:
body: '{"data": [{"id": "linode/latest-2.6-32bit", "label": "Latest 2.6 (2.6.39.1-linode34)",
Expand Down Expand Up @@ -283,7 +283,7 @@ interactions:
Content-Type:
- application/json
Expires:
- Fri, 31 May 2024 17:04:44 GMT
- Mon, 01 Jul 2024 14:36:57 GMT
Pragma:
- no-cache
Strict-Transport-Security:
Expand Down Expand Up @@ -579,7 +579,7 @@ interactions:
Content-Type:
- application/json
Expires:
- Fri, 31 May 2024 17:04:45 GMT
- Mon, 01 Jul 2024 14:36:57 GMT
Pragma:
- no-cache
Strict-Transport-Security:
Expand Down Expand Up @@ -888,7 +888,7 @@ interactions:
Content-Type:
- application/json
Expires:
- Fri, 31 May 2024 17:04:45 GMT
- Mon, 01 Jul 2024 14:36:57 GMT
Pragma:
- no-cache
Strict-Transport-Security:
Expand Down Expand Up @@ -1021,7 +1021,7 @@ interactions:
Content-Type:
- application/json
Expires:
- Fri, 31 May 2024 17:04:45 GMT
- Mon, 01 Jul 2024 14:36:57 GMT
Pragma:
- no-cache
Strict-Transport-Security:
Expand Down
4 changes: 2 additions & 2 deletions test/integration/fixtures/ExampleListKernels_filtered.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interactions:
- linodego/dev https://github.com/linode/linodego
X-Filter:
- '{"label":"5.17.5-x86_64-linode154"}'
url: https://api.linode.com/v4beta/linode/kernels
url: https://api.linode.com/v4beta/linode/kernels?page=1
method: GET
response:
body: '{"data": [{"id": "linode/5.17.5-x86_64-linode154", "label": "5.17.5-x86_64-linode154",
Expand Down Expand Up @@ -41,7 +41,7 @@ interactions:
Content-Type:
- application/json
Expires:
- Fri, 31 May 2024 17:04:45 GMT
- Mon, 01 Jul 2024 14:36:58 GMT
Pragma:
- no-cache
Strict-Transport-Security:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fixtures/ExampleListKernels_page1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ interactions:
Content-Type:
- application/json
Expires:
- Fri, 31 May 2024 17:04:45 GMT
- Mon, 01 Jul 2024 14:36:58 GMT
Pragma:
- no-cache
Strict-Transport-Security:
Expand Down

0 comments on commit e02014e

Please sign in to comment.