diff --git a/test/apiv2/80-kube.at b/test/apiv2/80-kube.at index bc10f3d3f9..91afb2dc08 100644 --- a/test/apiv2/80-kube.at +++ b/test/apiv2/80-kube.at @@ -49,9 +49,6 @@ t POST libpod/kube/play $YAML 200 \ .Pods[0].Containers[0]~[0-9a-f]\\{64\\} t DELETE libpod/kube/play $YAML 200 \ - .Pods[0].ID~null \ - .Pods[0].ContainerErrors=null \ - .Pods[0].Containers[0]~null \ .StopReport[0].Id~[0-9a-f]\\{64\\} \ .RmReport[0].Id~[0-9a-f]\\{64\\} @@ -63,9 +60,6 @@ t POST libpod/play/kube $YAML 200 \ .Pods[0].Containers[0]~[0-9a-f]\\{64\\} t DELETE libpod/play/kube $YAML 200 \ - .Pods[0].ID~null \ - .Pods[0].ContainerErrors=null \ - .Pods[0].Containers[0]~null \ .StopReport[0].Id~[0-9a-f]\\{64\\} \ .RmReport[0].Id~[0-9a-f]\\{64\\}