Merge pull request #2239 from estesp/fix-test-typeurl
Fix typo in metadata test typeurl string
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stephen Day
					Stephen Day