Minor typo
Signed-off-by: Ricardo Aravena <raravena80@gmail.com>
This commit is contained in:
parent
66388aefd5
commit
f79e0171ca
@ -496,7 +496,7 @@ func TestHostPrivilegedSandbox(t *testing.T) {
|
|||||||
func TestGetSandboxRuntime(t *testing.T) {
|
func TestGetSandboxRuntime(t *testing.T) {
|
||||||
untrustedWorkloadRuntime := criconfig.Runtime{
|
untrustedWorkloadRuntime := criconfig.Runtime{
|
||||||
Type: "io.containerd.runtime.v1.linux",
|
Type: "io.containerd.runtime.v1.linux",
|
||||||
Engine: "untursted-workload-runtime",
|
Engine: "untrusted-workload-runtime",
|
||||||
Root: "",
|
Root: "",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user