Merge pull request #2239 from estesp/fix-test-typeurl
Fix typo in metadata test typeurl string
This commit is contained in:
commit
79963209f6
@ -39,7 +39,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
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) {
|
func TestContainersList(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user