Skip to content

Commit

Permalink
Add missing timers and v6.x label in integration labels fixture
Browse files Browse the repository at this point in the history
Since several existing integration tests expected these labels
to exist in the first page of labels results from github.com, but wasn't
raised as an error until now that the tests has been refactored.
  • Loading branch information
phillipj committed Jul 4, 2020
1 parent 5cd7a87 commit 570b796
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/_fixtures/repo-labels-page-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
"color": "eb6420",
"default": false
},
{
"id": 364835500,
"url": "https://api.github.com/repos/nodejs/node/labels/v6.x",
"name": "v6.x",
"color": "c2e0c6",
"default": false
},
{
"id": 441404503,
"url": "https://api.github.com/repos/nodejs/node/labels/v7.x",
Expand Down
10 changes: 10 additions & 0 deletions test/_fixtures/repo-labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,16 @@
"url": "https://api.github.com/repos/nodejs/node/labels/V8 Engine",
"name": "V8 Engine",
"color": "0052cc"
},
{
"url": "https://api.github.com/repos/nodejs/node/labels/timers",
"name": "timers",
"color": "f7c6c7"
},
{
"url": "https://api.github.com/repos/nodejs/node/labels/v6.x",
"name": "v6.x",
"color": "c2e0c6"
}
],
"meta": {
Expand Down

0 comments on commit 570b796

Please sign in to comment.