From 03389f848d94e673c1a1d32a0dd2115a285d0a6c Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 1 Dec 2017 16:25:25 +0100 Subject: [PATCH] fix tests --- service-tests/github.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service-tests/github.js b/service-tests/github.js index 5b5186dc1c78a..cf2bdb7abcecc 100644 --- a/service-tests/github.js +++ b/service-tests/github.js @@ -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')