mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
container: fix test
This commit is contained in:
parent
68fcfe3924
commit
943847da74
1 changed files with 1 additions and 0 deletions
|
@ -14,5 +14,6 @@ async def test_container(get_version):
|
||||||
async def test_container_paging(get_version):
|
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",
|
||||||
"container": "prometheus-operator/prometheus-operator",
|
"container": "prometheus-operator/prometheus-operator",
|
||||||
}) == "v0.48.1"
|
}) == "v0.48.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue