aboutsummaryrefslogtreecommitdiff
path: root/test/endpoint/exists_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-08-29 14:13:09 -0700
committerGitHub <noreply@github.com>2019-08-29 14:13:09 -0700
commitd110998744e816895b0a9d9bb90a02cd5d12df7b (patch)
treecbad3096c7e35c939a5f60de4238c673ad33ad80 /test/endpoint/exists_test.go
parentab5f52c0d2ce617f875ef69c9ae67381841a6514 (diff)
parent2fb6cc2ceac680350b403e6173926331d7904722 (diff)
downloadpodman-d110998744e816895b0a9d9bb90a02cd5d12df7b.tar.gz
podman-d110998744e816895b0a9d9bb90a02cd5d12df7b.tar.bz2
podman-d110998744e816895b0a9d9bb90a02cd5d12df7b.zip
Merge pull request #3907 from baude/commitcaps
dont panic when using varlink commit and uppercase image names
Diffstat (limited to 'test/endpoint/exists_test.go')
-rw-r--r--test/endpoint/exists_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/endpoint/exists_test.go b/test/endpoint/exists_test.go
index c8ab9e0f2..17e252a65 100644
--- a/test/endpoint/exists_test.go
+++ b/test/endpoint/exists_test.go
@@ -8,7 +8,7 @@ import (
. "github.com/onsi/gomega"
)
-var _ = Describe("Podman pull", func() {
+var _ = Describe("Podman exists", func() {
var (
tempdir string
err error