Skip to content

Commit 6b43dda

Browse files
committed
chore(cassettes): record cassettes for auto-sync tests
1 parent 42c116b commit 6b43dda

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
interactions:
2+
- request:
3+
body: null
4+
headers:
5+
Accept:
6+
- application/json
7+
Accept-Encoding:
8+
- br, gzip, deflate
9+
X-GDC-VALIDATE-RELATIONS:
10+
- 'true'
11+
X-Requested-With:
12+
- XMLHttpRequest
13+
method: GET
14+
uri: http://localhost:3000/api/v1/entities/llmProviders
15+
response:
16+
body:
17+
string:
18+
data: []
19+
links:
20+
next: http://localhost:3000/api/v1/entities/llmProviders?page=1&size=20
21+
self: http://localhost:3000/api/v1/entities/llmProviders?page=0&size=20
22+
headers:
23+
Content-Type:
24+
- application/json
25+
DATE: &id001
26+
- PLACEHOLDER
27+
Expires:
28+
- '0'
29+
Pragma:
30+
- no-cache
31+
X-Content-Type-Options:
32+
- nosniff
33+
X-GDC-TRACE-ID: *id001
34+
status:
35+
code: 200
36+
message: OK
37+
version: 1

0 commit comments

Comments
 (0)