Skip to content

Commit d463de4

Browse files
committed
remote shadow
1 parent 3f6830d commit d463de4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration/integration_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,6 @@ func TestBuildFromDockerfileAndConfig(t *testing.T) {
666666
tt.validate(t, tt, ctrID, logbuf.String())
667667

668668
// Always verify that the Docker configuration secret file is removed.
669-
configJSONContainerPath := workingdir.Default.Join(".docker", "config.json")
670669
output := execContainer(t, ctrID, "stat "+configJSONContainerPath)
671670
require.Contains(t, output, "No such file or directory")
672671
})

0 commit comments

Comments
 (0)