Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
zaziemo committed Jul 23, 2024
1 parent 3234297 commit aaa5fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/rack_attack_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

describe "get /profiles" do
it "successful for 10 requests, then blocks the user nicely" do
300.times do
100.times do
get profiles_path
expect(response).to have_http_status(:ok)
end
Expand Down

0 comments on commit aaa5fdb

Please sign in to comment.