Skip to content

Commit

Permalink
test(datasource/gitlab-packages): added conan packages snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
FFace32 committed Dec 22, 2024
1 parent f631bc4 commit c18479a
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,23 @@ exports[`modules/datasource/gitlab-packages/index getReleases returns package fr
],
}
`;

exports[`modules/datasource/gitlab-packages/index getReleases returns conan package from custom registry 1`] = `
{
"registryUrl": "https://gitlab.com",
"releases": [
{
"releaseTimestamp": "2020-03-04T18:01:37.000Z",
"version": "1.0.0",
},
{
"releaseTimestamp": "2020-04-04T18:01:37.000Z",
"version": "v1.1.0",
},
{
"releaseTimestamp": "2020-05-04T18:01:37.000Z",
"version": "v1.1.1",
},
],
}
`;

0 comments on commit c18479a

Please sign in to comment.