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

View file

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