Skip to content

Commit a8e4496

Browse files
authored
fix(redis): update redis tests to use version 7.2.11 (scaleway#5087)
1 parent 3d27f1c commit a8e4496

9 files changed

+1352
-430
lines changed

internal/namespaces/redis/v1/custom_cluster_test.go

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
const (
17-
baseCommand = "scw redis cluster create --wait name=%s version=7.0.5 node-type=RED1-micro user-name=admin password=P@sSw0Rd "
17+
baseCommand = "scw redis cluster create --wait name=%s version=7.2.11 node-type=RED1-micro user-name=admin password=P@sSw0Rd "
1818
serviceIPsA = "172.16.4.1/22"
1919
serviceIPsB = "10.16.4.1/22"
2020
metaNamePNA = "PrivateNetworkA"
@@ -39,8 +39,10 @@ func Test_Endpoints(t *testing.T) {
3939
core.TestCheckGolden(),
4040
func(t *testing.T, ctx *core.CheckFuncCtx) {
4141
t.Helper()
42-
endpoints := ctx.Result.(*redisSDK.Cluster).Endpoints
43-
checkEndpoints(t, endpoints, 1, 0, 0)
42+
if ctx.Result != nil {
43+
endpoints := ctx.Result.(*redisSDK.Cluster).Endpoints
44+
checkEndpoints(t, endpoints, 1, 0, 0)
45+
}
4446
},
4547
),
4648
AfterFunc: deleteCluster(),
@@ -64,8 +66,10 @@ func Test_Endpoints(t *testing.T) {
6466
core.TestCheckGolden(),
6567
func(t *testing.T, ctx *core.CheckFuncCtx) {
6668
t.Helper()
67-
endpoints := ctx.Result.(*redisSDK.Cluster).Endpoints
68-
checkEndpoints(t, endpoints, 0, 1, 0)
69+
if ctx.Result != nil {
70+
endpoints := ctx.Result.(*redisSDK.Cluster).Endpoints
71+
checkEndpoints(t, endpoints, 0, 1, 0)
72+
}
6973
},
7074
),
7175
AfterFunc: core.AfterFuncCombine(
@@ -88,7 +92,7 @@ func Test_Endpoints(t *testing.T) {
8892
),
8993
),
9094
Cmd: fmt.Sprintf(
91-
"scw redis cluster create --wait name=%s version=7.0.5 node-type=RED1-micro user-name=admin password=P@sSw0Rd --wait "+
95+
"scw redis cluster create --wait name=%s version=7.2.11 node-type=RED1-micro user-name=admin password=P@sSw0Rd --wait "+
9296
"endpoints.0.private-network.id={{ .%s.ID }} endpoints.0.private-network.service-ips.0=%s "+
9397
"endpoints.1.private-network.id={{ .%s.ID }} endpoints.1.private-network.service-ips.0=%s",
9498
"2-static-priv-endpoints",
@@ -101,8 +105,10 @@ func Test_Endpoints(t *testing.T) {
101105
core.TestCheckGolden(),
102106
func(t *testing.T, ctx *core.CheckFuncCtx) {
103107
t.Helper()
104-
endpoints := ctx.Result.(*redisSDK.Cluster).Endpoints
105-
checkEndpoints(t, endpoints, 0, 2, 0)
108+
if ctx.Result != nil {
109+
endpoints := ctx.Result.(*redisSDK.Cluster).Endpoints
110+
checkEndpoints(t, endpoints, 0, 2, 0)
111+
}
106112
},
107113
),
108114
AfterFunc: core.AfterFuncCombine(
@@ -136,8 +142,10 @@ func Test_IpamConfig(t *testing.T) {
136142
core.TestCheckGolden(),
137143
func(t *testing.T, ctx *core.CheckFuncCtx) {
138144
t.Helper()
139-
endpoints := ctx.Result.(*redisSDK.Cluster).Endpoints
140-
checkEndpoints(t, endpoints, 0, 0, 1)
145+
if ctx.Result != nil {
146+
endpoints := ctx.Result.(*redisSDK.Cluster).Endpoints
147+
checkEndpoints(t, endpoints, 0, 0, 1)
148+
}
141149
},
142150
),
143151
AfterFunc: core.AfterFuncCombine(
@@ -167,8 +175,10 @@ func Test_IpamConfig(t *testing.T) {
167175
core.TestCheckGolden(),
168176
func(t *testing.T, ctx *core.CheckFuncCtx) {
169177
t.Helper()
170-
endpoints := ctx.Result.(*redisSDK.Cluster).Endpoints
171-
checkEndpoints(t, endpoints, 0, 0, 2)
178+
if ctx.Result != nil {
179+
endpoints := ctx.Result.(*redisSDK.Cluster).Endpoints
180+
checkEndpoints(t, endpoints, 0, 0, 2)
181+
}
172182
},
173183
),
174184
AfterFunc: core.AfterFuncCombine(
@@ -199,8 +209,10 @@ func Test_IpamConfig(t *testing.T) {
199209
core.TestCheckGolden(),
200210
func(t *testing.T, ctx *core.CheckFuncCtx) {
201211
t.Helper()
202-
endpoints := ctx.Result.(*redisSDK.Cluster).Endpoints
203-
checkEndpoints(t, endpoints, 0, 1, 1)
212+
if ctx.Result != nil {
213+
endpoints := ctx.Result.(*redisSDK.Cluster).Endpoints
214+
checkEndpoints(t, endpoints, 0, 1, 1)
215+
}
204216
},
205217
),
206218
AfterFunc: core.AfterFuncCombine(

internal/namespaces/redis/v1/testdata/test-endpoints-edge-cases-private-endpoint-with-both-attributes-set.cassette.yaml

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,56 @@
22
version: 1
33
interactions:
44
- request:
5-
body: '{"id":"272416ea-cbac-4560-906a-e31a8b37f5b8","name":"cli-pn-practical-benz","tags":[],"organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","created_at":"2023-11-23T13:27:15.926509Z","updated_at":"2023-11-23T13:27:15.926509Z","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","subnets":[{"id":"a1f4aeff-f085-44c4-8ff1-0221ad0c25d6","created_at":"2023-11-23T13:27:15.926509Z","updated_at":"2023-11-23T13:27:15.926509Z","subnet":"172.16.220.0/22"},{"id":"eceaabad-9987-43ad-9769-fef6bd4c68a4","created_at":"2023-11-23T13:27:15.926509Z","updated_at":"2023-11-23T13:27:15.926509Z","subnet":"fd63:256c:45f7:5c80::/64"}],"vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c","dhcp_enabled":true,"region":"fr-par"}'
5+
body: '{"id":"90a302d4-93e7-485d-b0cd-cca5a6b12a99", "name":"cli-pn-serene-gates",
6+
"tags":[], "organization_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae", "created_at":"2025-10-28T05:25:38.335846Z",
7+
"updated_at":"2025-10-28T05:25:38.335846Z", "project_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae",
8+
"subnets":[{"id":"e5f31897-e574-478f-bc5e-3ca45de523c2", "created_at":"2025-10-28T05:25:38.335846Z",
9+
"updated_at":"2025-10-28T05:25:38.335846Z", "subnet":"172.16.108.0/22", "project_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae",
10+
"private_network_id":"90a302d4-93e7-485d-b0cd-cca5a6b12a99", "vpc_id":"b1972fa8-5349-4d37-8777-f4f205bbd322"},
11+
{"id":"81ad89e3-774b-4493-8f11-f3a7c901589b", "created_at":"2025-10-28T05:25:38.335846Z",
12+
"updated_at":"2025-10-28T05:25:38.335846Z", "subnet":"fd5d:9132:befe:4597::/64",
13+
"project_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae", "private_network_id":"90a302d4-93e7-485d-b0cd-cca5a6b12a99",
14+
"vpc_id":"b1972fa8-5349-4d37-8777-f4f205bbd322"}], "vpc_id":"b1972fa8-5349-4d37-8777-f4f205bbd322",
15+
"dhcp_enabled":true, "default_route_propagation_enabled":false, "region":"fr-par"}'
616
form: {}
717
headers:
818
Content-Type:
919
- application/json
1020
User-Agent:
11-
- scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; linux; amd64) cli-e2e-test
21+
- scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) cli-e2e-test
1222
url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks
1323
method: POST
1424
response:
15-
body: '{"id":"272416ea-cbac-4560-906a-e31a8b37f5b8","name":"cli-pn-practical-benz","tags":[],"organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","created_at":"2023-11-23T13:27:15.926509Z","updated_at":"2023-11-23T13:27:15.926509Z","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","subnets":[{"id":"a1f4aeff-f085-44c4-8ff1-0221ad0c25d6","created_at":"2023-11-23T13:27:15.926509Z","updated_at":"2023-11-23T13:27:15.926509Z","subnet":"172.16.220.0/22"},{"id":"eceaabad-9987-43ad-9769-fef6bd4c68a4","created_at":"2023-11-23T13:27:15.926509Z","updated_at":"2023-11-23T13:27:15.926509Z","subnet":"fd63:256c:45f7:5c80::/64"}],"vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c","dhcp_enabled":true,"region":"fr-par"}'
25+
body: '{"id":"90a302d4-93e7-485d-b0cd-cca5a6b12a99", "name":"cli-pn-serene-gates",
26+
"tags":[], "organization_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae", "created_at":"2025-10-28T05:25:38.335846Z",
27+
"updated_at":"2025-10-28T05:25:38.335846Z", "project_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae",
28+
"subnets":[{"id":"e5f31897-e574-478f-bc5e-3ca45de523c2", "created_at":"2025-10-28T05:25:38.335846Z",
29+
"updated_at":"2025-10-28T05:25:38.335846Z", "subnet":"172.16.108.0/22", "project_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae",
30+
"private_network_id":"90a302d4-93e7-485d-b0cd-cca5a6b12a99", "vpc_id":"b1972fa8-5349-4d37-8777-f4f205bbd322"},
31+
{"id":"81ad89e3-774b-4493-8f11-f3a7c901589b", "created_at":"2025-10-28T05:25:38.335846Z",
32+
"updated_at":"2025-10-28T05:25:38.335846Z", "subnet":"fd5d:9132:befe:4597::/64",
33+
"project_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae", "private_network_id":"90a302d4-93e7-485d-b0cd-cca5a6b12a99",
34+
"vpc_id":"b1972fa8-5349-4d37-8777-f4f205bbd322"}], "vpc_id":"b1972fa8-5349-4d37-8777-f4f205bbd322",
35+
"dhcp_enabled":true, "default_route_propagation_enabled":false, "region":"fr-par"}'
1636
headers:
1737
Content-Length:
18-
- "706"
38+
- "1090"
1939
Content-Security-Policy:
2040
- default-src 'none'; frame-ancestors 'none'
2141
Content-Type:
2242
- application/json
2343
Date:
24-
- Thu, 23 Nov 2023 13:27:16 GMT
44+
- Tue, 28 Oct 2025 05:25:38 GMT
2545
Server:
26-
- Scaleway API-Gateway
46+
- Scaleway API Gateway (fr-par-2;edge02)
2747
Strict-Transport-Security:
2848
- max-age=63072000
2949
X-Content-Type-Options:
3050
- nosniff
3151
X-Frame-Options:
3252
- DENY
3353
X-Request-Id:
34-
- d6c18ef5-cf1e-405f-b1ee-3a2bd684561d
54+
- dc1fe495-fa00-4897-94bb-0c6681f8eaa1
3555
status: 200 OK
3656
code: 200
3757
duration: ""
@@ -44,7 +64,7 @@ interactions:
4464
Content-Type:
4565
- application/json
4666
User-Agent:
47-
- scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; linux; amd64) cli-e2e-test
67+
- scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) cli-e2e-test
4868
url: https://api.scaleway.com/redis/v1/zones/fr-par-1/clusters
4969
method: POST
5070
response:
@@ -59,17 +79,17 @@ interactions:
5979
Content-Type:
6080
- application/json
6181
Date:
62-
- Thu, 23 Nov 2023 13:28:17 GMT
82+
- Tue, 28 Oct 2025 05:26:39 GMT
6383
Server:
64-
- Scaleway API-Gateway
84+
- Scaleway API Gateway (fr-par-2;edge02)
6585
Strict-Transport-Security:
6686
- max-age=63072000
6787
X-Content-Type-Options:
6888
- nosniff
6989
X-Frame-Options:
7090
- DENY
7191
X-Request-Id:
72-
- c3766538-fc6d-409c-af9a-7170eab4929f
92+
- b5682526-93bb-4676-9fcf-c90aacf75f33
7393
status: 400 Bad Request
7494
code: 400
7595
duration: ""
@@ -78,8 +98,8 @@ interactions:
7898
form: {}
7999
headers:
80100
User-Agent:
81-
- scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; linux; amd64) cli-e2e-test
82-
url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/272416ea-cbac-4560-906a-e31a8b37f5b8
101+
- scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) cli-e2e-test
102+
url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/90a302d4-93e7-485d-b0cd-cca5a6b12a99
83103
method: DELETE
84104
response:
85105
body: ""
@@ -89,17 +109,17 @@ interactions:
89109
Content-Type:
90110
- application/json
91111
Date:
92-
- Thu, 23 Nov 2023 13:28:17 GMT
112+
- Tue, 28 Oct 2025 05:26:40 GMT
93113
Server:
94-
- Scaleway API-Gateway
114+
- Scaleway API Gateway (fr-par-2;edge02)
95115
Strict-Transport-Security:
96116
- max-age=63072000
97117
X-Content-Type-Options:
98118
- nosniff
99119
X-Frame-Options:
100120
- DENY
101121
X-Request-Id:
102-
- 630fcf7d-0a1b-42ec-8df6-0b15d80dab90
122+
- f1e471b8-81d7-463e-b1f0-556b7e8c3bd0
103123
status: 204 No Content
104124
code: 204
105125
duration: ""

internal/namespaces/redis/v1/testdata/test-endpoints-edge-cases-private-endpoint-with-none-set.cassette.yaml

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,56 @@
22
version: 1
33
interactions:
44
- request:
5-
body: '{"id":"e12a10db-07d7-4f35-b245-31c4e490e08e","name":"cli-pn-festive-brattain","tags":[],"organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","created_at":"2023-11-23T13:27:15.883245Z","updated_at":"2023-11-23T13:27:15.883245Z","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","subnets":[{"id":"02e6f56a-de3a-4a08-b07e-c6eb74b7fceb","created_at":"2023-11-23T13:27:15.883245Z","updated_at":"2023-11-23T13:27:15.883245Z","subnet":"172.16.216.0/22"},{"id":"bc61fd18-f728-4914-b0c7-efd10882db8d","created_at":"2023-11-23T13:27:15.883245Z","updated_at":"2023-11-23T13:27:15.883245Z","subnet":"fd63:256c:45f7:a860::/64"}],"vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c","dhcp_enabled":true,"region":"fr-par"}'
5+
body: '{"id":"ef7ea057-2b33-49d9-aa56-5431bf2b7890", "name":"cli-pn-competent-gates",
6+
"tags":[], "organization_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae", "created_at":"2025-10-28T05:25:38.482070Z",
7+
"updated_at":"2025-10-28T05:25:38.482070Z", "project_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae",
8+
"subnets":[{"id":"132ea409-31ce-4f88-b7da-1f92825b491d", "created_at":"2025-10-28T05:25:38.482070Z",
9+
"updated_at":"2025-10-28T05:25:38.482070Z", "subnet":"172.16.92.0/22", "project_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae",
10+
"private_network_id":"ef7ea057-2b33-49d9-aa56-5431bf2b7890", "vpc_id":"b1972fa8-5349-4d37-8777-f4f205bbd322"},
11+
{"id":"4582d3ee-0056-4049-9842-30ec2fb12376", "created_at":"2025-10-28T05:25:38.482070Z",
12+
"updated_at":"2025-10-28T05:25:38.482070Z", "subnet":"fd5d:9132:befe:3ee3::/64",
13+
"project_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae", "private_network_id":"ef7ea057-2b33-49d9-aa56-5431bf2b7890",
14+
"vpc_id":"b1972fa8-5349-4d37-8777-f4f205bbd322"}], "vpc_id":"b1972fa8-5349-4d37-8777-f4f205bbd322",
15+
"dhcp_enabled":true, "default_route_propagation_enabled":false, "region":"fr-par"}'
616
form: {}
717
headers:
818
Content-Type:
919
- application/json
1020
User-Agent:
11-
- scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; linux; amd64) cli-e2e-test
21+
- scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) cli-e2e-test
1222
url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks
1323
method: POST
1424
response:
15-
body: '{"id":"e12a10db-07d7-4f35-b245-31c4e490e08e","name":"cli-pn-festive-brattain","tags":[],"organization_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","created_at":"2023-11-23T13:27:15.883245Z","updated_at":"2023-11-23T13:27:15.883245Z","project_id":"fa1e3217-dc80-42ac-85c3-3f034b78b552","subnets":[{"id":"02e6f56a-de3a-4a08-b07e-c6eb74b7fceb","created_at":"2023-11-23T13:27:15.883245Z","updated_at":"2023-11-23T13:27:15.883245Z","subnet":"172.16.216.0/22"},{"id":"bc61fd18-f728-4914-b0c7-efd10882db8d","created_at":"2023-11-23T13:27:15.883245Z","updated_at":"2023-11-23T13:27:15.883245Z","subnet":"fd63:256c:45f7:a860::/64"}],"vpc_id":"1ec1ecb6-8f58-4f7c-92cc-53c2a5ae519c","dhcp_enabled":true,"region":"fr-par"}'
25+
body: '{"id":"ef7ea057-2b33-49d9-aa56-5431bf2b7890", "name":"cli-pn-competent-gates",
26+
"tags":[], "organization_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae", "created_at":"2025-10-28T05:25:38.482070Z",
27+
"updated_at":"2025-10-28T05:25:38.482070Z", "project_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae",
28+
"subnets":[{"id":"132ea409-31ce-4f88-b7da-1f92825b491d", "created_at":"2025-10-28T05:25:38.482070Z",
29+
"updated_at":"2025-10-28T05:25:38.482070Z", "subnet":"172.16.92.0/22", "project_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae",
30+
"private_network_id":"ef7ea057-2b33-49d9-aa56-5431bf2b7890", "vpc_id":"b1972fa8-5349-4d37-8777-f4f205bbd322"},
31+
{"id":"4582d3ee-0056-4049-9842-30ec2fb12376", "created_at":"2025-10-28T05:25:38.482070Z",
32+
"updated_at":"2025-10-28T05:25:38.482070Z", "subnet":"fd5d:9132:befe:3ee3::/64",
33+
"project_id":"46fd79d8-1a35-4548-bfb8-03df51a0ebae", "private_network_id":"ef7ea057-2b33-49d9-aa56-5431bf2b7890",
34+
"vpc_id":"b1972fa8-5349-4d37-8777-f4f205bbd322"}], "vpc_id":"b1972fa8-5349-4d37-8777-f4f205bbd322",
35+
"dhcp_enabled":true, "default_route_propagation_enabled":false, "region":"fr-par"}'
1636
headers:
1737
Content-Length:
18-
- "708"
38+
- "1092"
1939
Content-Security-Policy:
2040
- default-src 'none'; frame-ancestors 'none'
2141
Content-Type:
2242
- application/json
2343
Date:
24-
- Thu, 23 Nov 2023 13:27:16 GMT
44+
- Tue, 28 Oct 2025 05:25:39 GMT
2545
Server:
26-
- Scaleway API-Gateway
46+
- Scaleway API Gateway (fr-par-2;edge02)
2747
Strict-Transport-Security:
2848
- max-age=63072000
2949
X-Content-Type-Options:
3050
- nosniff
3151
X-Frame-Options:
3252
- DENY
3353
X-Request-Id:
34-
- f81a2c64-8a8d-4fba-93b5-f3ea52141b3b
54+
- bc356849-0f1e-4b0f-b371-97ab4078b5de
3555
status: 200 OK
3656
code: 200
3757
duration: ""
@@ -44,7 +64,7 @@ interactions:
4464
Content-Type:
4565
- application/json
4666
User-Agent:
47-
- scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; linux; amd64) cli-e2e-test
67+
- scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) cli-e2e-test
4868
url: https://api.scaleway.com/redis/v1/zones/fr-par-1/clusters
4969
method: POST
5070
response:
@@ -59,17 +79,17 @@ interactions:
5979
Content-Type:
6080
- application/json
6181
Date:
62-
- Thu, 23 Nov 2023 13:28:17 GMT
82+
- Tue, 28 Oct 2025 05:26:40 GMT
6383
Server:
64-
- Scaleway API-Gateway
84+
- Scaleway API Gateway (fr-par-2;edge02)
6585
Strict-Transport-Security:
6686
- max-age=63072000
6787
X-Content-Type-Options:
6888
- nosniff
6989
X-Frame-Options:
7090
- DENY
7191
X-Request-Id:
72-
- 7d38c10f-93df-43d5-9177-ee6a5a567701
92+
- 14e2bb76-c769-4064-a9cb-1fff3e6e4271
7393
status: 400 Bad Request
7494
code: 400
7595
duration: ""
@@ -78,8 +98,8 @@ interactions:
7898
form: {}
7999
headers:
80100
User-Agent:
81-
- scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; linux; amd64) cli-e2e-test
82-
url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/e12a10db-07d7-4f35-b245-31c4e490e08e
101+
- scaleway-sdk-go/v1.0.0-beta.7+dev (go1.25.0; darwin; amd64) cli-e2e-test
102+
url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/ef7ea057-2b33-49d9-aa56-5431bf2b7890
83103
method: DELETE
84104
response:
85105
body: ""
@@ -89,17 +109,17 @@ interactions:
89109
Content-Type:
90110
- application/json
91111
Date:
92-
- Thu, 23 Nov 2023 13:28:17 GMT
112+
- Tue, 28 Oct 2025 05:26:41 GMT
93113
Server:
94-
- Scaleway API-Gateway
114+
- Scaleway API Gateway (fr-par-2;edge02)
95115
Strict-Transport-Security:
96116
- max-age=63072000
97117
X-Content-Type-Options:
98118
- nosniff
99119
X-Frame-Options:
100120
- DENY
101121
X-Request-Id:
102-
- b29c9293-f75e-480b-adfe-40efa5097e5f
122+
- 316eef69-87a9-4c2e-91a5-a43de9c5361e
103123
status: 204 No Content
104124
code: 204
105125
duration: ""

0 commit comments

Comments
 (0)