container: fix test

This commit is contained in:
lilydjwg 2021-06-06 12:26:44 +08:00
parent 68fcfe3924
commit 943847da74
1 changed files with 1 additions and 0 deletions

View File

@ -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"