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 0069f8f commit 72a56bdCopy full SHA for 72a56bd
cli/command/formatter/container_test.go
@@ -347,6 +347,7 @@ func TestContainerContextWriteJSON(t *testing.T) {
347
"Command": "\"\"",
348
"CreatedAt": expectedCreated,
349
"ID": "containerID1",
350
+ "IPAddresses": "[]", // FIXME: currently creates: []interface {}{}
351
"Image": "ubuntu",
352
"Labels": "",
353
"LocalVolumes": "0",
@@ -363,6 +364,7 @@ func TestContainerContextWriteJSON(t *testing.T) {
363
364
365
366
"ID": "containerID2",
367
368
369
370
0 commit comments