diff options
author | Sujil02 <sushah@redhat.com> | 2020-04-26 16:23:42 -0400 |
---|---|---|
committer | Sujil02 <sushah@redhat.com> | 2020-04-26 16:38:52 -0400 |
commit | c1766d5e6496d48d357907598a44e147642a877e (patch) | |
tree | 150eb4f0eb9e06a41ae265e29646a733c92b9f2b /pkg/api | |
parent | 13c1d2c6af211ade30eeb01d02af7fbf94f2582d (diff) | |
download | podman-c1766d5e6496d48d357907598a44e147642a877e.tar.gz podman-c1766d5e6496d48d357907598a44e147642a877e.tar.bz2 podman-c1766d5e6496d48d357907598a44e147642a877e.zip |
Enable pod inspect integration test
Enable pod inspect integration test
Get rid of libpod pod inspect references
Remove libpod PodInspect struct.
Signed-off-by: Sujil02 <sushah@redhat.com>
Diffstat (limited to 'pkg/api')
-rw-r--r-- | pkg/api/handlers/swagger/swagger.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/api/handlers/swagger/swagger.go b/pkg/api/handlers/swagger/swagger.go index 87891d4a8..7d8932f56 100644 --- a/pkg/api/handlers/swagger/swagger.go +++ b/pkg/api/handlers/swagger/swagger.go @@ -143,7 +143,7 @@ type swagListPodsResponse struct { type swagInspectPodResponse struct { // in:body Body struct { - libpod.PodInspect + define.InspectPodData } } |