diff --git a/pkg/server/sandbox_run_test.go b/pkg/server/sandbox_run_test.go index cac8637e9..4808c20af 100644 --- a/pkg/server/sandbox_run_test.go +++ b/pkg/server/sandbox_run_test.go @@ -496,7 +496,7 @@ func TestHostPrivilegedSandbox(t *testing.T) { func TestGetSandboxRuntime(t *testing.T) { untrustedWorkloadRuntime := criconfig.Runtime{ Type: "io.containerd.runtime.v1.linux", - Engine: "untursted-workload-runtime", + Engine: "untrusted-workload-runtime", Root: "", }