mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
commit
f443fa8e96
3 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue