Fix typo in metadata test typeurl string
Incorrectly spelled "containerd" in test string. Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
parent
fec0a1ba89
commit
dd1085c922
@ -39,7 +39,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
typeurl.Register(&specs.Spec{}, "types.contianerd.io/opencontainers/runtime-spec", "v1", "Spec")
|
||||
typeurl.Register(&specs.Spec{}, "types.containerd.io/opencontainers/runtime-spec", "v1", "Spec")
|
||||
}
|
||||
|
||||
func TestContainersList(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user