diff --git a/test/providers/git.test.integration.mjs b/test/providers/git.test.integration.mjs index f13cc36..07fe7c2 100644 --- a/test/providers/git.test.integration.mjs +++ b/test/providers/git.test.integration.mjs @@ -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() {