Skip to content

Commit

Permalink
chore: Fix rubocop lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nanafox committed Sep 25, 2024
1 parent ef31637 commit c86688b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/requests/api/v1/products_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@
expect(response).to have_http_status(:ok)
expect(Rails.cache).to have_received(:fetch)
.with(
"#{base_key}_page_#{page}_size_#{page_size}_#{updated_at_timestamp}",
"#{base_key}_page_#{page}_size_#{page_size}_" \
"#{updated_at_timestamp}",
expires_in: 2.hours
)
end
Expand Down

0 comments on commit c86688b

Please sign in to comment.