From 6c720f4c2d066898c1a6c2eff716a7ce1e584fd3 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Fri, 16 Feb 2024 06:52:50 +0000 Subject: [PATCH] Fix git integration test --- test/providers/git.test.integration.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {