kubelet/config/http_test: use versioned ContainerManifest

This commit is contained in:
Yu-Ju Hong 2015-03-18 17:40:40 -07:00
parent 9a3afb7628
commit 7b71780dfc

View File

@ -152,7 +152,7 @@ func TestExtractFromHTTP(t *testing.T) {
},
{
desc: "Single manifest without ID",
manifests: api.ContainerManifest{Version: "v1beta1", UUID: "111"},
manifests: v1beta1.ContainerManifest{Version: "v1beta1", UUID: "111"},
expected: CreatePodUpdate(kubelet.SET,
kubelet.HTTPSource,
api.Pod{