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': 'PyGithub/Python'}
|
||||
null
|
||||
None
|
||||
401
|
||||
[('status', '401 Unauthorized'), ('content-length', '29'), ('server', 'nginx/1.0.13'), ('connection', 'keep-alive'), ('etag', '"ca6a3702f840b6bff0bb1bca6be0337c"'), ('date', 'Sat, 02 Jun 2012 12:12:32 GMT'), ('content-type', 'application/json; charset=utf-8')]
|
||||
{"message":"Bad credentials"}
|
||||
|
||||
Reference in New Issue
Block a user