We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1393bde commit a6459cbCopy full SHA for a6459cb
1 file changed
packages/gooddata-sdk/tests/catalog/fixtures/ai_lake/test_list_object_storages.yaml
@@ -0,0 +1,35 @@
1
+interactions:
2
+ - request:
3
+ body: null
4
+ headers:
5
+ Accept:
6
+ - '*/*'
7
+ Accept-Encoding:
8
+ - gzip, deflate, br
9
+ Connection:
10
+ - keep-alive
11
+ method: GET
12
+ uri: http://localhost:3000/api/v1/ailake/objectStorages
13
+ response:
14
+ body:
15
+ string:
16
+ detail: Server-side problem. Contact support.
17
+ status: 500
18
+ title: Internal Server Error
19
+ traceId: NORMALIZED_TRACE_ID_000000000000
20
21
+ Content-Type:
22
+ - application/problem+json
23
+ DATE: &id001
24
+ - PLACEHOLDER
25
+ Expires:
26
+ - '0'
27
+ Pragma:
28
+ - no-cache
29
+ X-Content-Type-Options:
30
+ - nosniff
31
+ X-GDC-TRACE-ID: *id001
32
+ status:
33
+ code: 500
34
+ message: Internal Server Error
35
+version: 1
0 commit comments