Merge pull request #16125 from containers/dependabot/go_modules/github.com/spf13/cobra-1.6.0

build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0
This commit is contained in:
Daniel J Walsh
2022-10-12 16:13:56 -04:00
committed by GitHub
33 changed files with 696 additions and 111 deletions

View File

@@ -226,7 +226,7 @@ var _ = Describe("Podman ps", func() {
session := podmanTest.RunTopContainer("test1")
session.WaitWithDefaultTimeout()
result := podmanTest.Podman([]string{"ps", "-a", "--namespace", "--format",
result := podmanTest.Podman([]string{"ps", "-a", "--ns", "--format",
"{{with .Namespaces}}{{.Cgroup}}:{{.IPC}}:{{.MNT}}:{{.NET}}:{{.PIDNS}}:{{.User}}:{{.UTS}}{{end}}"})
result.WaitWithDefaultTimeout()
Expect(result).Should(Exit(0))