Skip to content

Commit

Permalink
DEV: Syntax tree
Browse files Browse the repository at this point in the history
  • Loading branch information
keegangeorge committed Oct 2, 2024
1 parent ad7a1f2 commit f872a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/ai_helper/assistant_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def request_caption(params)

rate_limit = described_class::RATE_LIMITS["caption_image"]
amount = rate_limit[:amount]

amount.times do
request_caption({ image_url: image_url, image_url_type: "long_url" }) do |r|
expect(r.status).to eq(200)
Expand Down

0 comments on commit f872a64

Please sign in to comment.