Skip to content

Commit 6e43617

Browse files
unwanted changes removed
1 parent fdc638d commit 6e43617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cli.build.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('Dev Containers CLI', function () {
5050
it('should correctly configure the image name to push from --image-name with --push true', async () => {
5151
const testFolder = `${__dirname}/configs/example`;
5252
try {
53-
await shellExec(`${cli} build --workspace-folder ${testFolder} --image-name demo:v1 --label "name=prathamesh"`);
53+
await shellExec(`${cli} build --workspace-folder ${testFolder} --image-name demo:v1`);
5454
const tags = await shellExec(`docker images --format "{{.Tag}}" demo`);
5555
const imageTags = tags.stdout.trim().split('\n').filter(tag => tag !== '<none>');
5656
assert.equal(imageTags.length, 1, 'There should be only one tag for demo:v1');

0 commit comments

Comments
 (0)