mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
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
This commit is contained in:
@@ -4,7 +4,7 @@ api.github.com
|
||||
None
|
||||
/user
|
||||
{'Authorization': 'Basic login_and_password_removed', 'User-Agent': ''}
|
||||
null
|
||||
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"}
|
||||
|
||||
Reference in New Issue
Block a user