mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
Return StatusNotFound when multiple volumes matching occurs
Fixes #22616 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -105,10 +105,6 @@ var _ = Describe("Podman volume rm", func() {
|
||||
// boltdb issues volume name in quotes
|
||||
expect = `more than one result for volume name "myv": volume already exists`
|
||||
}
|
||||
if IsRemote() {
|
||||
// FIXME: #22616
|
||||
expect = `unmarshalling error into &errorhandling.ErrorModel`
|
||||
}
|
||||
Expect(session).To(ExitWithError(125, expect))
|
||||
|
||||
session = podmanTest.Podman([]string{"volume", "ls"})
|
||||
|
||||
Reference in New Issue
Block a user