Skip to content

Commit d24907b

Browse files
committed
WIP Fix test
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent ec7de68 commit d24907b

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
@@ -344,6 +344,7 @@ func TestContainerContextWriteJSON(t *testing.T) {
344344
"Command": "\"\"",
345345
"CreatedAt": expectedCreated,
346346
"ID": "containerID1",
347+
"IPAddresses": "[]", // FIXME: currently creates: []interface {}{}
347348
"Image": "ubuntu",
348349
"Labels": "",
349350
"LocalVolumes": "0",
@@ -360,6 +361,7 @@ func TestContainerContextWriteJSON(t *testing.T) {
360361
"Command": "\"\"",
361362
"CreatedAt": expectedCreated,
362363
"ID": "containerID2",
364+
"IPAddresses": "[]", // FIXME: currently creates: []interface {}{}
363365
"Image": "ubuntu",
364366
"Labels": "",
365367
"LocalVolumes": "0",

0 commit comments

Comments
 (0)