mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
Fix last machine test
The list --format json test case had a typo like error. [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:

committed by
Matthew Heon

parent
35dc17bfe6
commit
f7707c81a0
@ -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
|
||||
|
Reference in New Issue
Block a user