Skip to content

Commit 6592189

Browse files
committed
Updated rate limiting files to new user.
1 parent edf3270 commit 6592189

File tree

2 files changed

+96
-3
lines changed

2 files changed

+96
-3
lines changed

test/fixtures/repos-ratelimit-exhausted.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import nock from 'nock';
33
export default function fixture() {
44
let scope;
55
scope = nock('https://api.github.com:443', {"encodedQueryParams":true})
6-
.get('/users/mikedeboertest/repos')
6+
.get('/users/github-tools-test/repos')
77
.query({"type":"all","sort":"updated","per_page":"100"})
88
.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',
99
date: 'Sat, 18 Jun 2016 11:50:00 GMT',

test/fixtures/repos-ratelimit-ok.js

Lines changed: 95 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)