mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
fix gitlab test
This commit is contained in:
parent
de381bf26d
commit
5b47391af0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ async def test_gitlab_max_tag_with_ignored_tags(get_version):
|
|||
async def test_gitlab_max_tag_with_include(get_version):
|
||||
assert await get_version("example", {
|
||||
"gitlab": "gitlab-org/gitlab-test", "use_max_tag": 1,
|
||||
"include": r'v1\.0.*',
|
||||
"include_regex": r'v1\.0.*',
|
||||
}) == "v1.0.0"
|
||||
|
||||
async def test_gitlab_max_tag_with_ignored(get_version):
|
||||
|
|
Loading…
Add table
Reference in a new issue