We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa7587 commit e74514aCopy full SHA for e74514a
test/integration/index.spec.js
@@ -88,7 +88,7 @@ describe('/config/version', () => {
88
const res = await axios.get(`${URL}/config/version`)
89
// console.log('res.data', res.data)
90
assert.equal(res.status, STATUS.SUCCESS)
91
- assert.match(res.data.version_number, /^\d{6}$/)
+ assert.match(`${res.data.version_number}`, /^\d{6}$/)
92
})
93
94
describe('/schemas', () => {
0 commit comments