forked from TrueCloudLab/distribution
Add small update to api tests
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
parent
7e39a7c6dc
commit
f517191da1
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue