From f79e0171ca244e84bc9faa3755540e1275a7755d Mon Sep 17 00:00:00 2001 From: Ricardo Aravena Date: Tue, 15 May 2018 09:11:48 -0700 Subject: [PATCH] Minor typo Signed-off-by: Ricardo Aravena --- pkg/server/sandbox_run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "", }