Skip to content

Commit 72a56bd

Browse files
committed
WIP Fix test
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 0069f8f commit 72a56bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/command/formatter/container_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ func TestContainerContextWriteJSON(t *testing.T) {
347347
"Command": "\"\"",
348348
"CreatedAt": expectedCreated,
349349
"ID": "containerID1",
350+
"IPAddresses": "[]", // FIXME: currently creates: []interface {}{}
350351
"Image": "ubuntu",
351352
"Labels": "",
352353
"LocalVolumes": "0",
@@ -363,6 +364,7 @@ func TestContainerContextWriteJSON(t *testing.T) {
363364
"Command": "\"\"",
364365
"CreatedAt": expectedCreated,
365366
"ID": "containerID2",
367+
"IPAddresses": "[]", // FIXME: currently creates: []interface {}{}
366368
"Image": "ubuntu",
367369
"Labels": "",
368370
"LocalVolumes": "0",

0 commit comments

Comments
 (0)