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)
|
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)
|
||||||
|
|
Loading…
Reference in a new issue