Skip to content

Commit 8c6ab58

Browse files
committed
add test
1 parent 11ba7e0 commit 8c6ab58

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

internal/services/tem/offer_subscription_data_source.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ func DataSourceOfferSubscriptionRead(ctx context.Context, d *schema.ResourceData
7373
if err != nil {
7474
return diag.FromErr(err)
7575
}
76+
7677
projectID := d.Get("project_id").(string)
78+
7779
offer, err := api.ListOfferSubscriptions(&tem.ListOfferSubscriptionsRequest{
7880
Region: region,
7981
ProjectID: projectID,

internal/services/tem/testdata/data-source-offer-subscription-basic.cassette.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ interactions:
3636
Content-Type:
3737
- application/json
3838
Date:
39-
- Wed, 19 Mar 2025 13:40:06 GMT
39+
- Tue, 25 Mar 2025 13:25:32 GMT
4040
Server:
41-
- Scaleway API Gateway (fr-par-1;edge03)
41+
- Scaleway API Gateway (fr-par-2;edge02)
4242
Strict-Transport-Security:
4343
- max-age=63072000
4444
X-Content-Type-Options:
4545
- nosniff
4646
X-Frame-Options:
4747
- DENY
4848
X-Request-Id:
49-
- b0c7918e-02a5-4f9f-905a-a01c5b92f624
49+
- e9dfa464-b485-4d71-857a-057e26a7caa0
5050
status: 200 OK
5151
code: 200
52-
duration: 234.755583ms
52+
duration: 337.934208ms
5353
- id: 1
5454
request:
5555
proto: HTTP/1.1
@@ -85,20 +85,20 @@ interactions:
8585
Content-Type:
8686
- application/json
8787
Date:
88-
- Wed, 19 Mar 2025 13:40:06 GMT
88+
- Tue, 25 Mar 2025 13:25:32 GMT
8989
Server:
90-
- Scaleway API Gateway (fr-par-1;edge03)
90+
- Scaleway API Gateway (fr-par-2;edge02)
9191
Strict-Transport-Security:
9292
- max-age=63072000
9393
X-Content-Type-Options:
9494
- nosniff
9595
X-Frame-Options:
9696
- DENY
9797
X-Request-Id:
98-
- 0f2c6a0a-b815-4972-b365-5154f7d2ba43
98+
- 305d2059-246f-4005-a009-49c1968507e5
9999
status: 200 OK
100100
code: 200
101-
duration: 99.037667ms
101+
duration: 88.640708ms
102102
- id: 2
103103
request:
104104
proto: HTTP/1.1
@@ -134,20 +134,20 @@ interactions:
134134
Content-Type:
135135
- application/json
136136
Date:
137-
- Wed, 19 Mar 2025 13:40:07 GMT
137+
- Tue, 25 Mar 2025 13:25:33 GMT
138138
Server:
139-
- Scaleway API Gateway (fr-par-1;edge03)
139+
- Scaleway API Gateway (fr-par-2;edge02)
140140
Strict-Transport-Security:
141141
- max-age=63072000
142142
X-Content-Type-Options:
143143
- nosniff
144144
X-Frame-Options:
145145
- DENY
146146
X-Request-Id:
147-
- 6843e933-61e4-4fdd-9f08-5120a097b50b
147+
- 5f46cded-8b88-43e5-9005-b4d73b3fcab4
148148
status: 200 OK
149149
code: 200
150-
duration: 27.722709ms
150+
duration: 33.726792ms
151151
- id: 3
152152
request:
153153
proto: HTTP/1.1
@@ -183,20 +183,20 @@ interactions:
183183
Content-Type:
184184
- application/json
185185
Date:
186-
- Wed, 19 Mar 2025 13:40:08 GMT
186+
- Tue, 25 Mar 2025 13:25:34 GMT
187187
Server:
188-
- Scaleway API Gateway (fr-par-1;edge03)
188+
- Scaleway API Gateway (fr-par-2;edge02)
189189
Strict-Transport-Security:
190190
- max-age=63072000
191191
X-Content-Type-Options:
192192
- nosniff
193193
X-Frame-Options:
194194
- DENY
195195
X-Request-Id:
196-
- 78842bd8-b003-486a-8655-34c29120ba90
196+
- ebbfabd3-24e3-4c57-8df5-ca65f0a8692b
197197
status: 200 OK
198198
code: 200
199-
duration: 87.182625ms
199+
duration: 102.619667ms
200200
- id: 4
201201
request:
202202
proto: HTTP/1.1
@@ -232,17 +232,17 @@ interactions:
232232
Content-Type:
233233
- application/json
234234
Date:
235-
- Wed, 19 Mar 2025 13:40:08 GMT
235+
- Tue, 25 Mar 2025 13:25:34 GMT
236236
Server:
237-
- Scaleway API Gateway (fr-par-1;edge03)
237+
- Scaleway API Gateway (fr-par-2;edge02)
238238
Strict-Transport-Security:
239239
- max-age=63072000
240240
X-Content-Type-Options:
241241
- nosniff
242242
X-Frame-Options:
243243
- DENY
244244
X-Request-Id:
245-
- 8adadd68-6981-453a-94b2-7a30b04bfa46
245+
- 42e6e75f-bcd8-4d59-a49c-4e84e22d9104
246246
status: 200 OK
247247
code: 200
248-
duration: 72.693208ms
248+
duration: 95.833709ms

0 commit comments

Comments
 (0)