Skip to content

Commit

Permalink
Update tests/e2e-aio/e2e_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
  • Loading branch information
mudler authored Feb 10, 2025
1 parent a33a4d5 commit b717f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-aio/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var _ = Describe("E2E test", func() {
req := openai.ImageRequest{
Prompt: "test",
Quality: "1",
Size: openai.CreateImageSize512x512,
Size: openai.CreateImageSize256x256,
}
resp, err := client.CreateImage(context.TODO(), req)
Expect(err).ToNot(HaveOccurred(), fmt.Sprintf("error sending image request %+v", req))
Expand Down

0 comments on commit b717f6f

Please sign in to comment.