From 6ead9fb6a9572d0043420a7327e80d4136fa9584 Mon Sep 17 00:00:00 2001 From: Cerebrovinny Date: Fri, 7 Feb 2025 07:34:29 +0000 Subject: [PATCH] Remove unused list configuration from stacks section --- .../TestCLICommands_atmos_describe_config.stdout.golden | 6 +----- ...tCLICommands_atmos_describe_config_-f_yaml.stdout.golden | 3 --- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/snapshots/TestCLICommands_atmos_describe_config.stdout.golden b/tests/snapshots/TestCLICommands_atmos_describe_config.stdout.golden index 89551af680..40e44840c1 100644 --- a/tests/snapshots/TestCLICommands_atmos_describe_config.stdout.golden +++ b/tests/snapshots/TestCLICommands_atmos_describe_config.stdout.golden @@ -31,11 +31,7 @@ "**/_defaults.yaml" ], "name_pattern": "{stage}", - "name_template": "", - "list": { - "format": "", - "columns": null - } + "name_template": "" }, "workflows": { "base_path": "", diff --git a/tests/snapshots/TestCLICommands_atmos_describe_config_-f_yaml.stdout.golden b/tests/snapshots/TestCLICommands_atmos_describe_config_-f_yaml.stdout.golden index 7ca1700008..19b2c2f361 100644 --- a/tests/snapshots/TestCLICommands_atmos_describe_config_-f_yaml.stdout.golden +++ b/tests/snapshots/TestCLICommands_atmos_describe_config_-f_yaml.stdout.golden @@ -25,9 +25,6 @@ stacks: - '**/_defaults.yaml' name_pattern: '{stage}' name_template: "" - list: - format: "" - columns: [] logs: file: /dev/stderr level: Info