Skip to content

Commit df181c4

Browse files
committed
fix(gooddata-sdk): [AUTO] fix-agent attempt 2
1 parent 7f53df7 commit df181c4

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

packages/gooddata-sdk/tests/catalog/fixtures/organization/test_create_llm_provider_anthropic.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,32 @@ interactions:
2828
status:
2929
code: 204
3030
message: No Content
31+
- request:
32+
body: null
33+
headers:
34+
Accept-Encoding:
35+
- br, gzip, deflate
36+
X-GDC-VALIDATE-RELATIONS:
37+
- 'true'
38+
X-Requested-With:
39+
- XMLHttpRequest
40+
method: DELETE
41+
uri: http://localhost:3000/api/v1/entities/llmProviders/test-anthropic-provider
42+
response:
43+
body:
44+
string: ''
45+
headers:
46+
Content-Type:
47+
- application/vnd.gooddata.api+json
48+
DATE: *id001
49+
Expires:
50+
- '0'
51+
Pragma:
52+
- no-cache
53+
X-Content-Type-Options:
54+
- nosniff
55+
X-GDC-TRACE-ID: *id001
56+
status:
57+
code: 204
58+
message: No Content
3159
version: 1

0 commit comments

Comments
 (0)