/ tests / ReplayData / PullRequest.testMerge.txt
PullRequest.testMerge.txt
 1  https
 2  GET
 3  api.github.com
 4  None
 5  /repos/PyGithub/PyGithub/pulls/31/merge
 6  {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
 7  None
 8  404
 9  [('status', '404 Not Found'), ('x-ratelimit-remaining', '4953'), ('content-length', '23'), ('server', 'nginx/1.0.13'), ('connection', 'keep-alive'), ('x-ratelimit-limit', '5000'), ('etag', '"e66a7a6c91e2c26803f3f49feb7a883f"'), ('date', 'Sun, 27 May 2012 10:29:06 GMT'), ('content-type', 'application/json; charset=utf-8')]
10  {"message":"Not Found"}
11  
12  https
13  PUT
14  api.github.com
15  None
16  /repos/PyGithub/PyGithub/pulls/31/merge
17  {'Content-Type': 'application/json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
18  {}
19  200
20  [('status', '200 OK'), ('x-ratelimit-remaining', '4952'), ('content-length', '109'), ('server', 'nginx/1.0.13'), ('connection', 'keep-alive'), ('x-ratelimit-limit', '5000'), ('etag', '"2cf4589169510ce73907214b7327fe5a"'), ('date', 'Sun, 27 May 2012 10:29:07 GMT'), ('content-type', 'application/json; charset=utf-8')]
21  {"merged":true,"message":"Pull Request successfully merged","sha":"688208b1a5a074871d0e9376119556897439697d"}
22  
23  https
24  GET
25  api.github.com
26  None
27  /repos/PyGithub/PyGithub/pulls/31/merge
28  {'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
29  None
30  204
31  [('status', '204 No Content'), ('x-ratelimit-remaining', '4951'), ('server', 'nginx/1.0.13'), ('connection', 'keep-alive'), ('x-ratelimit-limit', '5000'), ('etag', '"d41d8cd98f00b204e9800998ecf8427e"'), ('date', 'Sun, 27 May 2012 10:29:08 GMT')]
32  
33