Skip to content

Commit 2b26a26

Browse files
Add fake 64_json string to test image response
1 parent e9ca288 commit 2b26a26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Testing/Responses/Fixtures/Images/CreateResponseFixture.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ final class CreateResponseFixture
99
'data' => [
1010
[
1111
'url' => 'https://openai.com/fake-image.png',
12+
'b64_json' => 'fake-b64_json',
1213
],
1314
],
1415
];

0 commit comments

Comments
 (0)