mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-01 21:27:53 +00:00
Merge pull request #5574 from baude/podtest
[CI:DOCS]fix type issue in pod binding test
This commit is contained in:
commit
6df1d2043b
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ var _ = Describe("Podman pods", func() {
|
|||
It("List pods with filters", func() {
|
||||
var newpod2 string = "newpod2"
|
||||
bt.Podcreate(&newpod2)
|
||||
_, err = bt.RunTopContainer(nil, &trueFlag, &newpod)
|
||||
_, err = bt.RunTopContainer(nil, &bindings.PTrue, &newpod)
|
||||
Expect(err).To(BeNil())
|
||||
|
||||
// Expected err with invalid filter params
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue