Skip to content

Commit

Permalink
Add fake 64_json string to test image response
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSuthacheeva committed Aug 4, 2024
1 parent e9ca288 commit 2b26a26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ final class CreateResponseFixture
'data' => [
[
'url' => 'https://openai.com/fake-image.png',
'b64_json' => 'fake-b64_json',
],
],
];
Expand Down

0 comments on commit 2b26a26

Please sign in to comment.