Fix test_anitya
This commit is contained in:
parent
7face004e4
commit
6afa9a551a
|
@ -5,4 +5,4 @@ import pytest
|
||||||
pytestmark = pytest.mark.asyncio
|
pytestmark = pytest.mark.asyncio
|
||||||
|
|
||||||
async def test_anitya(get_version):
|
async def test_anitya(get_version):
|
||||||
assert await get_version("shutter", {"anitya": "fedora/shutter"}) == "0.93.1"
|
assert await get_version("shutter", {"anitya": "fedora/shutter"}) == "0.94"
|
||||||
|
|
Loading…
Reference in New Issue