summaryrefslogtreecommitdiff
path: root/test/e2e/volume_inspect_test.go
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2021-11-30 10:00:17 -0700
committerEd Santiago <santiago@redhat.com>2021-11-30 10:13:16 -0700
commit8eb0be0a29a647308b3ed9eab2126e1004b6ba85 (patch)
treed1e806225b1f1fe93feac0932fc61507f163f322 /test/e2e/volume_inspect_test.go
parentf7cbb1d8451ae8b9b338aa416e443517a326edba (diff)
downloadpodman-8eb0be0a29a647308b3ed9eab2126e1004b6ba85.tar.gz
podman-8eb0be0a29a647308b3ed9eab2126e1004b6ba85.tar.bz2
podman-8eb0be0a29a647308b3ed9eab2126e1004b6ba85.zip
a few more manual BeTrue cleanups
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/e2e/volume_inspect_test.go')
-rw-r--r--test/e2e/volume_inspect_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/volume_inspect_test.go b/test/e2e/volume_inspect_test.go
index 055be5b19..172063b90 100644
--- a/test/e2e/volume_inspect_test.go
+++ b/test/e2e/volume_inspect_test.go
@@ -2,7 +2,6 @@ package integration
import (
"os"
- "strings"
. "github.com/containers/podman/v3/test/utils"
. "github.com/onsi/ginkgo"