Skip to content

Regression

Test / Coverage (experimental) / unit/experimental/internal/packager.TestToCNAB (from unit_experimental_internal_packager)

Failing for the past 1 build (Since Failed #4 )
Took 0 ms.

Error Message

Failed

Stacktrace

=== RUN   TestToCNAB
--- FAIL: TestToCNAB (0.00s)
    cnab_test.go:20: assertion failed: 
        --- expected
        +++ actual
        @@ -20,26 +20,4 @@
             }
           ],
        -  "images": {
        -    "app-watcher": {
        -      "imageType": "docker",
        -      "image": "watcher",
        -      "description": "watcher"
        -    },
        -    "debug": {
        -      "imageType": "docker",
        -      "image": "busybox:latest",
        -      "description": "busybox:latest"
        -    },
        -    "front": {
        -      "imageType": "docker",
        -      "image": "nginx",
        -      "description": "nginx"
        -    },
        -    "monitor": {
        -      "imageType": "docker",
        -      "image": "busybox:latest",
        -      "description": "busybox:latest"
        -    }
        -  },
           "actions": {
             "com.docker.app.inspect": {