Merge pull request #14895 from baude/machinewip

Fix machine test for list
This commit is contained in:
openshift-ci[bot]
2022-07-13 14:50:37 +00:00
committed by GitHub

View File

@ -135,7 +135,7 @@ var _ = Describe("podman machine list", func() {
Expect(listSession2).To(Exit(0))
var listResponse []*entities.ListReporter
err = jsoniter.Unmarshal(listSession.Bytes(), &listResponse)
err = jsoniter.Unmarshal(listSession2.Bytes(), &listResponse)
Expect(err).To(BeNil())
// table format includes the header