mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Fix srcpkg test
This commit is contained in:
parent
a018f71186
commit
d380e31881
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ async def test_apt(get_version):
|
||||||
}) == "0.1.7-1"
|
}) == "0.1.7-1"
|
||||||
|
|
||||||
@flaky(max_runs=10)
|
@flaky(max_runs=10)
|
||||||
async def test_apt_source_pkg(get_version):
|
async def test_apt_srcpkg(get_version):
|
||||||
assert await get_version("test", {
|
assert await get_version("test", {
|
||||||
"source": "apt",
|
"source": "apt",
|
||||||
"source_pkg": "golang-github-dataence-porter2",
|
"srcpkg": "golang-github-dataence-porter2",
|
||||||
"mirror": "http://deb.debian.org/debian/",
|
"mirror": "http://deb.debian.org/debian/",
|
||||||
"suite": "sid",
|
"suite": "sid",
|
||||||
}) == "0.0~git20150829.56e4718-2"
|
}) == "0.0~git20150829.56e4718-2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue