Fix git integration test
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master v3.0.2
Jonatan Nilsson 2024-02-16 06:52:50 +00:00
parent 14fead9c17
commit 6c720f4c2d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ t.timeout(5000).describe('#getLatestVersion()', function() {
assert.ok(version.version)
assert.ok(version.description)
assert.ok(version.link)
assert.match(version.link, /\/attachments\//)
assert.match(version.link, /\/download\//)
})
t.test('should fail if link does not return json repository object', async function() {