Skip to content
Snippets Groups Projects
Unverified Commit f99fd17a authored by chris48s's avatar chris48s Committed by GitHub
Browse files

update [pub] points service test (#10398)

parent 81dfc92f
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ t.create('pub points (valid)') ...@@ -7,7 +7,7 @@ t.create('pub points (valid)')
.get('/analysis_options.json') .get('/analysis_options.json')
.expectBadge({ .expectBadge({
label: 'points', label: 'points',
message: Joi.string().regex(/^\d+\/140$/), message: Joi.string().regex(/^\d+\/\d+$/),
}) })
t.create('pub points (not found)').get('/analysisoptions.json').expectBadge({ t.create('pub points (not found)').get('/analysisoptions.json').expectBadge({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment