/ tests / ReplayData / Exceptions.testUnknownUser.txt
Exceptions.testUnknownUser.txt
 1  https
 2  GET
 3  api.github.com
 4  None
 5  /users/ThisUserShouldReallyNotExist
 6  {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
 7  None
 8  404
 9  [('status', '404 Not Found'), ('x-ratelimit-remaining', '4968'), ('content-length', '23'), ('server', 'nginx/1.0.13'), ('connection', 'keep-alive'), ('x-ratelimit-limit', '5000'), ('etag', '"e66a7a6c91e2c26803f3f49feb7a883f"'), ('date', 'Sat, 02 Jun 2012 12:24:43 GMT'), ('content-type', 'application/json; charset=utf-8')]
10  {"message":"Not Found"}
11