Align the Metabase driver VCR test with the existing driver fixture pattern by using a k7 Metabase host in the cassette and default test instance URL. This keeps cassette replay deterministic and consistent with the expected environment naming used by other driver tests. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
36 lines
1.3 KiB
YAML
36 lines
1.3 KiB
YAML
---
|
|
version: 2
|
|
interactions:
|
|
- id: 0
|
|
request:
|
|
proto: HTTP/1.1
|
|
proto_major: 1
|
|
proto_minor: 1
|
|
content_length: 0
|
|
host: k7.metabaseapp.com
|
|
form:
|
|
status:
|
|
- all
|
|
headers:
|
|
Accept:
|
|
- application/json
|
|
url: https://k7.metabaseapp.com/api/user?status=all
|
|
method: GET
|
|
response:
|
|
proto: HTTP/2.0
|
|
proto_major: 2
|
|
proto_minor: 0
|
|
content_length: -1
|
|
uncompressed: true
|
|
body: '[{"id":1,"email":"alice@example.com","first_name":"Alice","last_name":"Admin","common_name":"Alice A.","is_active":true,"is_superuser":true,"last_login":"2026-05-20T10:11:12.345678Z","date_joined":"2026-01-02T03:04:05Z"},{"id":2,"email":"bob@example.com","first_name":"Bob","last_name":"Builder","is_active":false,"is_superuser":false,"last_login":"","date_joined":"2026-02-03T04:05:06Z"},{"id":3,"email":"","first_name":"No","last_name":"Email","is_active":true,"is_superuser":false}]'
|
|
headers:
|
|
Content-Type:
|
|
- application/json; charset=utf-8
|
|
Date:
|
|
- Thu, 28 May 2026 22:10:00 GMT
|
|
Server:
|
|
- nginx
|
|
status: 200 OK
|
|
code: 200
|
|
duration: 22ms
|