Skip to content

Commit 4b400ac

Browse files
committed
remove test version for snapshots
maven central remove old snapshots then this test can cause issues if try to check a removed version
1 parent 1722fab commit 4b400ac

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

services/maven-central/maven-central-snapshots.tester.js

-8
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,3 @@ t.create('latest version redirection')
88
'https://central.sonatype.com/repository/maven-snapshots/me/mrdoc/minecraft/dlibcustomextensions/maven-metadata.xml',
99
)}`,
1010
)
11-
12-
t.create('latest 1.0 version redirection')
13-
.get('/me.mrdoc.minecraft/dlibcustomextensions/1.0.json') // https://central.sonatype.com/repository/maven-snapshots/me/mrdoc/minecraft/dlibcustomextensions/
14-
.expectRedirect(
15-
`/maven-metadata/v.json?label=maven-central-snapshot&metadataUrl=${encodeURIComponent(
16-
'https://central.sonatype.com/repository/maven-snapshots/me/mrdoc/minecraft/dlibcustomextensions/maven-metadata.xml',
17-
)}&versionPrefix=1.0`,
18-
)

0 commit comments

Comments
 (0)