mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-05 13:52:57 +00:00
commit
f443fa8e96
@ -15,5 +15,5 @@ async def test_container_paging(get_version):
|
||||
assert await get_version("prometheus-operator", {
|
||||
"source": "container",
|
||||
"registry": "quay.io",
|
||||
"container": "prometheus-operator/prometheus-operator",
|
||||
}) == "v0.49.0"
|
||||
"container": "redhattraining/hello-world-nginx",
|
||||
}) == "v1.0"
|
||||
|
@ -7,4 +7,4 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
||||
async def test_openvsx(get_version):
|
||||
assert await get_version("usernamehw.indent-one-space", {
|
||||
"source": "openvsx",
|
||||
}) == "0.2.6"
|
||||
}) == "0.2.7"
|
||||
|
@ -7,4 +7,4 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
||||
async def test_vsmarketplace(get_version):
|
||||
assert await get_version("usernamehw.indent-one-space", {
|
||||
"source": "vsmarketplace",
|
||||
}) == "0.2.6"
|
||||
}) == "0.2.8"
|
||||
|
Loading…
Reference in New Issue
Block a user