Skip to content

Commit 855e02d

Browse files
committed
fixup! fixup! fixup! fixup! fixup! feat: configure init containers
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent e351354 commit 855e02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/workspace/init_container_validation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ func TestDefaultAndValidateHomeInitContainer(t *testing.T) {
236236
WorkingDir: "/tmp",
237237
},
238238
expectError: true,
239-
errorMsg: "volumeDevices and workingDir are not allowed",
239+
errorMsg: "workingDir is not allowed",
240240
},
241241
{
242242
name: "Rejects image with whitespace",

0 commit comments

Comments
 (0)