File tree 2 files changed +5
-3
lines changed
tests/api-resources/fine-tuning/checkpoints
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 97
2
2
openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-32de3bc513663c5fac922c49be41c222b6ee8c0b841d8966bcdfa489d441daa3.yml
3
3
openapi_spec_hash : ea86343b5e9858a74e85da8ab2c532f6
4
- config_hash : d6c61213488683418adb860a9ee1501b
4
+ config_hash : 43dc8df20ffec9d1503f91866cb2b7d9
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ describe('resource permissions', () => {
61
61
) . rejects . toThrow ( OpenAI . NotFoundError ) ;
62
62
} ) ;
63
63
64
- test ( 'del' , async ( ) => {
64
+ // OpenAPI spec is slightly incorrect
65
+ test . skip ( 'del' , async ( ) => {
65
66
const responsePromise = client . fineTuning . checkpoints . permissions . del (
66
67
'ft:gpt-4o-mini-2024-07-18:org:weather:B7R9VjQd' ,
67
68
) ;
@@ -74,7 +75,8 @@ describe('resource permissions', () => {
74
75
expect ( dataAndResponse . response ) . toBe ( rawResponse ) ;
75
76
} ) ;
76
77
77
- test ( 'del: request options instead of params are passed correctly' , async ( ) => {
78
+ // OpenAPI spec is slightly incorrect
79
+ test . skip ( 'del: request options instead of params are passed correctly' , async ( ) => {
78
80
// ensure the request options are being passed correctly by passing an invalid HTTP method in order to cause an error
79
81
await expect (
80
82
client . fineTuning . checkpoints . permissions . del ( 'ft:gpt-4o-mini-2024-07-18:org:weather:B7R9VjQd' , {
You can’t perform that action at this time.
0 commit comments