Files
PyGithub/github/tests/ReplayData/SpecificExceptions.testBadUserAgent.txt
T
R1kk3r cbfe8d0f62 Remove the default "null" input send during GET request (#691)
* Remove the default "null" input send during GET request

* Remove the 'null' value from all tests
2018-01-31 16:16:11 -08:00

12 lines
399 B
Plaintext

https
GET
api.github.com
None
/user
{'Authorization': 'Basic login_and_password_removed', 'User-Agent': ''}
None
403
[('date', 'Fri, 17 May 2013 12:16:34 GMT'), ('content-length', '107'), ('content-type', 'application/octet-stream'), ('connection', 'keep-alive'), ('server', 'GitHub.com')]
{"message":"Missing or invalid User Agent string. See http://developer.github.com/v3/#user-agent-required"}