From f99fd17a8fa0eb10fd1c28efda8182a99bffda98 Mon Sep 17 00:00:00 2001 From: chris48s <chris48s@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:17:45 +0100 Subject: [PATCH] update [pub] points service test (#10398) --- services/pub/pub-points.tester.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/pub/pub-points.tester.js b/services/pub/pub-points.tester.js index 667cc964d3..dec8bb8cdc 100644 --- a/services/pub/pub-points.tester.js +++ b/services/pub/pub-points.tester.js @@ -7,7 +7,7 @@ t.create('pub points (valid)') .get('/analysis_options.json') .expectBadge({ label: 'points', - message: Joi.string().regex(/^\d+\/140$/), + message: Joi.string().regex(/^\d+\/\d+$/), }) t.create('pub points (not found)').get('/analysisoptions.json').expectBadge({ -- GitLab