Merge pull request #5574 from baude/podtest

[CI:DOCS]fix type issue in pod binding test
This commit is contained in:
OpenShift Merge Robot 2020-03-20 21:00:28 +01:00 committed by GitHub
commit 6df1d2043b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ var _ = Describe("Podman pods", func() {
It("List pods with filters", func() { It("List pods with filters", func() {
var newpod2 string = "newpod2" var newpod2 string = "newpod2"
bt.Podcreate(&newpod2) bt.Podcreate(&newpod2)
_, err = bt.RunTopContainer(nil, &trueFlag, &newpod) _, err = bt.RunTopContainer(nil, &bindings.PTrue, &newpod)
Expect(err).To(BeNil()) Expect(err).To(BeNil())
// Expected err with invalid filter params // Expected err with invalid filter params