We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 640d380 + f0de013 commit 236b8e1Copy full SHA for 236b8e1
test/cri-containerd/runpodsandbox_test.go
@@ -223,10 +223,13 @@ func Test_RunPodSandbox_VSMBNoDirectMap_WCOW_Hypervisor(t *testing.T) {
223
224
pullRequiredImages(t, []string{imageWindowsNanoserver})
225
226
- request := getRunPodSandboxRequest(t, wcowHypervisorRuntimeHandler)
227
- request.Config.Annotations = map[string]string{
228
- "io.microsoft.virtualmachine.wcow.virtualSMB.nodirectmap": "true",
229
- }
+ request := getRunPodSandboxRequest(
+ t,
+ wcowHypervisorRuntimeHandler,
+ map[string]string{
230
+ "io.microsoft.virtualmachine.wcow.virtualSMB.nodirectmap": "true",
231
+ },
232
+ )
233
runPodSandboxTest(t, request)
234
}
235
0 commit comments