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