container: fix test
This commit is contained in:
parent
68fcfe3924
commit
943847da74
|
@ -14,5 +14,6 @@ async def test_container(get_version):
|
|||
async def test_container_paging(get_version):
|
||||
assert await get_version("prometheus-operator", {
|
||||
"source": "container",
|
||||
"registry": "quay.io",
|
||||
"container": "prometheus-operator/prometheus-operator",
|
||||
}) == "v0.48.1"
|
||||
|
|
Loading…
Reference in New Issue