diff --git a/services/github/github-commit-activity.tester.js b/services/github/github-commit-activity.tester.js index 4aacfc4c03..0bc8a7ef13 100644 --- a/services/github/github-commit-activity.tester.js +++ b/services/github/github-commit-activity.tester.js @@ -12,7 +12,7 @@ const isCommitActivity = Joi.alternatives().try( isZeroOverTimePeriod ) -t.create('commit acticity (total)').get('/t/badges/shields.json').expectBadge({ +t.create('commit activity (total)').get('/t/badges/shields.json').expectBadge({ label: 'commits', message: isMetric, })