mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
[CI:DOCS]fix type issue in pod binding test
Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user