File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 42
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-eab9713fd85da68b41e881dfd9cd71f654e8620132da2023bab7dd01e5f7852e .yml
3
- openapi_spec_hash : b5037b26fbe7360c6bfaf9947a65bb85
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-911102f2eaf3be4b34381f6ba089330bed099bb72eb93667ce2f6e72b5934c8c .yml
3
+ openapi_spec_hash : 637ad417a580137914441bd790b04cc2
4
4
config_hash : 70f9408b8d1dfbcf262a20d6eed50e1c
Original file line number Diff line number Diff line change @@ -163,10 +163,7 @@ public function testUpload(): void
163
163
$ this ->markTestSkipped ('Prism tests are disabled ' );
164
164
}
165
165
166
- $ result = $ this ->client ->files ->upload (
167
- file: 'https://www.example.com/path/to-image.jpg ' ,
168
- fileName: 'fileName '
169
- );
166
+ $ result = $ this ->client ->files ->upload (file: 'file ' , fileName: 'fileName ' );
170
167
171
168
$ this ->assertTrue (true ); // @phpstan-ignore-line
172
169
}
@@ -178,10 +175,7 @@ public function testUploadWithOptionalParams(): void
178
175
$ this ->markTestSkipped ('Prism tests are disabled ' );
179
176
}
180
177
181
- $ result = $ this ->client ->files ->upload (
182
- file: 'https://www.example.com/path/to-image.jpg ' ,
183
- fileName: 'fileName '
184
- );
178
+ $ result = $ this ->client ->files ->upload (file: 'file ' , fileName: 'fileName ' );
185
179
186
180
$ this ->assertTrue (true ); // @phpstan-ignore-line
187
181
}
You can’t perform that action at this time.
0 commit comments