Skip to content

Commit

Permalink
Merge pull request #462 from JanSuthacheeva/hotfix/fake-b64_json-stri…
Browse files Browse the repository at this point in the history
…ng-for-testing

Add fake 64_json string to test image response
  • Loading branch information
gehrisandro authored Aug 20, 2024
2 parents 1294d0d + 2b26a26 commit 41abc77
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 41abc77

Please sign in to comment.