Skip to content

Commit

Permalink
Update spec/octokit/client_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
DougEdey authored Feb 3, 2023
1 parent e0fb977 commit 303e4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/octokit/client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@
'content_type' => 'application/json',
'X-RateLimit-Limit' => 60,
'X-RateLimit-Remaining' => 42,
'X-RateLimit-Reset' => (Time.now + 60).to_i
'X-RateLimit-Reset' => (Time.now + 60).to_i
},
body: { message: 'You have exceeded a secondary rate limit.' }.to_json
begin
Expand Down

0 comments on commit 303e4f8

Please sign in to comment.