36 unit test failures due to this.
We test the expected output for cli.table calls with fixture files. cli.table has been updated in the new patch release to include prettified output, particularly header dividers and header margins.
See:
adobe/aio-cli-plugin-console#160
adobe/aio-cli-plugin-console#161
Either fix it by conforming to the new output like the PR above, or change the tests to not rely on exact stdout output of a command. Since we are not expecting users to use the stdout output as inputs, this cli-ux change is not a breaking change (users should rely on --json and --yaml output instead).
36 unit test failures due to this.
We test the expected output for cli.table calls with fixture files. cli.table has been updated in the new patch release to include prettified output, particularly header dividers and header margins.
See:
adobe/aio-cli-plugin-console#160
adobe/aio-cli-plugin-console#161
Either fix it by conforming to the new output like the PR above, or change the tests to not rely on exact stdout output of a command. Since we are not expecting users to use the stdout output as inputs, this cli-ux change is not a breaking change (users should rely on --json and --yaml output instead).