diff --git a/tests/test_apt.py b/tests/test_apt.py index 0dd5c1b..7b85649 100644 --- a/tests/test_apt.py +++ b/tests/test_apt.py @@ -15,10 +15,10 @@ async def test_apt(get_version): }) == "0.1.7-1" @flaky(max_runs=10) -async def test_apt_source_pkg(get_version): +async def test_apt_srcpkg(get_version): assert await get_version("test", { "source": "apt", - "source_pkg": "golang-github-dataence-porter2", + "srcpkg": "golang-github-dataence-porter2", "mirror": "http://deb.debian.org/debian/", "suite": "sid", }) == "0.0~git20150829.56e4718-2"