Skip to content

Commit

Permalink
Updated rate limiting files to new user.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rewerts committed Jun 17, 2019
1 parent edf3270 commit 6592189
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/repos-ratelimit-exhausted.js
Expand Up @@ -3,7 +3,7 @@ import nock from 'nock';
export default function fixture() {
let scope;
scope = nock('https://api.github.com:443', {"encodedQueryParams":true})
.get('/users/mikedeboertest/repos')
.get('/users/github-tools-test/repos')
.query({"type":"all","sort":"updated","per_page":"100"})
.reply(403, {"message":"API rate limit exceeded for 174.20.8.171. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}, { server: 'GitHub.com',
date: 'Sat, 18 Jun 2016 11:50:00 GMT',
Expand Down
97 changes: 95 additions & 2 deletions test/fixtures/repos-ratelimit-ok.js

Large diffs are not rendered by default.

0 comments on commit 6592189

Please sign in to comment.