We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7de68 commit d24907bCopy full SHA for d24907b
cli/command/formatter/container_test.go
@@ -344,6 +344,7 @@ func TestContainerContextWriteJSON(t *testing.T) {
344
"Command": "\"\"",
345
"CreatedAt": expectedCreated,
346
"ID": "containerID1",
347
+ "IPAddresses": "[]", // FIXME: currently creates: []interface {}{}
348
"Image": "ubuntu",
349
"Labels": "",
350
"LocalVolumes": "0",
@@ -360,6 +361,7 @@ func TestContainerContextWriteJSON(t *testing.T) {
360
361
362
363
"ID": "containerID2",
364
365
366
367
0 commit comments