Add small update to api tests

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
Milos Gajdos 2023-08-17 09:37:26 +01:00
parent 7e39a7c6dc
commit f517191da1
No known key found for this signature in database
GPG Key ID: 01300E5E6D417439
1 changed files with 1 additions and 2 deletions

View File

@ -420,8 +420,7 @@ func TestCatalogAPI(t *testing.T) {
envWithLessImages := newTestEnv(t, false)
for _, image := range allCatalog[0:(maxEntries - 1)] {
imageName, _ := reference.WithName(image)
testManifestAPISchema2(t, envWithLessImages, imageName, "sometag")
createRepository(envWithLessImages, t, image, "sometag")
}
catalogURL, err = envWithLessImages.builder.BuildCatalogURL(values)