We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e4b92 commit 65c7134Copy full SHA for 65c7134
src/test/container-features/containerFeaturesOCIPush.test.ts
@@ -124,7 +124,7 @@ registry`;
124
assert.isDefined(infoTagsResult);
125
const tags = JSON.parse(infoTagsResult.stdout);
126
const publishedVersions: string[] = tags['publishedVersions'];
127
- assert.equal(publishedVersions.length, 4);
+ assert.equal(publishedVersions.length, 1);
128
129
success = false; // Reset success flag.
130
try {
@@ -300,7 +300,7 @@ registry`;
300
301
302
303
304
});
305
306
0 commit comments