Fix git integration test
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded

This commit is contained in:
Jonatan Nilsson 2024-02-16 06:52:50 +00:00
parent 14fead9c17
commit 6c720f4c2d

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() {