Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm authored Dec 1, 2017
1 parent ce14488 commit 03389f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service-tests/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,10 @@ t.create('github issue state')
}));

t.create('github issue title')
.get('/issues/detail/title/badges/shields/979.json')
.get('/issues/detail/title/badges/shields/1290.json')
.expectJSONTypes(Joi.object().keys({
name: 'issue 979',
value: 'Github rate limits cause transient service test failures in CI',
name: 'issue 1290',
value: 'Node 9 support',
}));

t.create('github issue author')
Expand Down

0 comments on commit 03389f8

Please sign in to comment.