diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-23 21:20:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 21:20:07 +0100 |
commit | 3e835a8025bfc4a7a2790f1d343c6ea246fc65ee (patch) | |
tree | 83f079048c6ca0507ff02089465464147e6ed3a1 /pkg/bindings/test/pods_test.go | |
parent | 48b3143656bde2163025d43a8a9b2c88208ffee8 (diff) | |
parent | 12e78155e1c119f0073a4c3e13486600897cadca (diff) | |
download | podman-3e835a8025bfc4a7a2790f1d343c6ea246fc65ee.tar.gz podman-3e835a8025bfc4a7a2790f1d343c6ea246fc65ee.tar.bz2 podman-3e835a8025bfc4a7a2790f1d343c6ea246fc65ee.zip |
Merge pull request #5588 from baude/apiv2commitfix
apiv2 container commit for libpod
Diffstat (limited to 'pkg/bindings/test/pods_test.go')
-rw-r--r-- | pkg/bindings/test/pods_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/bindings/test/pods_test.go b/pkg/bindings/test/pods_test.go index 29cfcdbbc..e94048a9c 100644 --- a/pkg/bindings/test/pods_test.go +++ b/pkg/bindings/test/pods_test.go @@ -80,8 +80,7 @@ var _ = Describe("Podman pods", func() { // The test validates the list pod endpoint with passing filters as the params. It("List pods with filters", func() { var ( - newpod2 string = "newpod2" - trueFlag = true + newpod2 string = "newpod2" ) bt.Podcreate(&newpod2) _, err = bt.RunTopContainer(nil, &bindings.PTrue, &newpod) |