Minor typo

Signed-off-by: Ricardo Aravena <raravena80@gmail.com>
This commit is contained in:
Ricardo Aravena 2018-05-15 09:11:48 -07:00 committed by GitHub
parent 66388aefd5
commit f79e0171ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: "",
}