Skip to content

Commit

Permalink
Merge 00ae844 into 67220d0
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 31, 2020
2 parents 67220d0 + 00ae844 commit 3a335d0
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 134 deletions.
4 changes: 2 additions & 2 deletions scenarios/api.github.com/labels/normalized-fixture.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"scope": "https://api.github.com:443",
"method": "patch",
"path": "/repos/octokit-fixture-org/labels/labels/test-label",
"body": { "name": "test-label-updated", "color": "BADA55" },
"body": { "new_name": "test-label-updated", "color": "BADA55" },
"status": 200,
"response": {
"id": 1009,
Expand All @@ -231,7 +231,7 @@
"accept": "application/vnd.github.v3+json",
"content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 46,
"content-length": 50,
"host": "api.github.com"
},
"headers": {
Expand Down
Loading

0 comments on commit 3a335d0

Please sign in to comment.