Skip to content

Commit d88addf

Browse files
[autofix.ci] apply automated fixes
1 parent aaeb2d2 commit d88addf

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

internal/exec/describe_stacks_component_processor_test.go

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ func TestProcessComponentTypeSection_ComponentSectionNotMap(t *testing.T) {
857857
err := p.processComponentTypeSection(
858858
"test.yaml", "", cfg.TerraformSectionName, typeSection,
859859
processComponentTypeOpts{},
860-
"",
860+
"",
861861
)
862862
require.Error(t, err)
863863
assert.Contains(t, err.Error(), "invalid")
@@ -885,7 +885,7 @@ func TestProcessComponentEntry_ComponentFilterExcluded(t *testing.T) {
885885
"test.yaml", "", cfg.TerraformSectionName,
886886
"vpc", componentSection, allTypeComponents,
887887
processComponentTypeOpts{},
888-
"",
888+
"",
889889
)
890890

891891
require.NoError(t, err)
@@ -913,7 +913,7 @@ func TestProcessComponentEntry_EmptyStackName(t *testing.T) {
913913
"", cfg.TerraformSectionName,
914914
"vpc", componentSection, allTypeComponents,
915915
processComponentTypeOpts{},
916-
"",
916+
"",
917917
)
918918

919919
require.NoError(t, err)
@@ -941,7 +941,7 @@ func TestProcessComponentEntry_ResolveStackNameError(t *testing.T) {
941941
"test.yaml", "", cfg.TerraformSectionName,
942942
"vpc", componentSection, allTypeComponents,
943943
processComponentTypeOpts{},
944-
"",
944+
"",
945945
)
946946

947947
require.Error(t, err)
@@ -966,7 +966,7 @@ func TestProcessComponentTypeSection_DefaultsComponentKey(t *testing.T) {
966966
err := p.processComponentTypeSection(
967967
"test.yaml", "", cfg.TerraformSectionName, typeSection,
968968
processComponentTypeOpts{},
969-
"",
969+
"",
970970
)
971971

972972
require.NoError(t, err)
@@ -997,7 +997,7 @@ func TestProcessComponentTypeSection_ProcessComponentEntryError(t *testing.T) {
997997
err := p.processComponentTypeSection(
998998
"test.yaml", "", cfg.TerraformSectionName, typeSection,
999999
processComponentTypeOpts{},
1000-
"",
1000+
"",
10011001
)
10021002

10031003
require.Error(t, err)
@@ -1029,7 +1029,7 @@ func TestProcessComponentEntry_FindComponentsDerivedError(t *testing.T) {
10291029
"test.yaml", "", cfg.TerraformSectionName,
10301030
"vpc", componentSection, allTypeComponents,
10311031
processComponentTypeOpts{},
1032-
"",
1032+
"",
10331033
)
10341034

10351035
require.Error(t, err)
@@ -1062,7 +1062,7 @@ func TestProcessComponentEntry_ApplyMetadataInheritanceError(t *testing.T) {
10621062
"inherit-error-stack.yaml", "", cfg.TerraformSectionName,
10631063
"inherit-error-vpc", componentSection, allTypeComponents,
10641064
processComponentTypeOpts{applyMetadataInheritance: true},
1065-
"",
1065+
"",
10661066
)
10671067

10681068
require.Error(t, err)
@@ -1087,7 +1087,7 @@ func TestProcessComponentEntry_BuildWorkspaceError(t *testing.T) {
10871087
"test.yaml", "", cfg.TerraformSectionName,
10881088
"vpc", componentSection, allTypeComponents,
10891089
processComponentTypeOpts{buildWorkspace: true},
1090-
"",
1090+
"",
10911091
)
10921092

10931093
require.Error(t, err)
@@ -1251,7 +1251,7 @@ func TestProcessComponentEntry_ProcessTemplatesError(t *testing.T) {
12511251
"test.yaml", "", cfg.TerraformSectionName,
12521252
"vpc", componentSection, allTypeComponents,
12531253
processComponentTypeOpts{},
1254-
"",
1254+
"",
12551255
)
12561256

12571257
require.Error(t, err)
@@ -1306,7 +1306,7 @@ func TestProcessComponentEntry_ProcessYAMLFunctionsError(t *testing.T) {
13061306
"yaml-func-err.yaml", "", cfg.TerraformSectionName,
13071307
"yaml-func-err", componentSection, allTypeComponents,
13081308
processComponentTypeOpts{},
1309-
"",
1309+
"",
13101310
)
13111311

13121312
require.Error(t, err)
@@ -1482,7 +1482,7 @@ func TestProcessComponentEntry_NoGhostEntryWhenFiltered(t *testing.T) {
14821482
"stacks/prod.yaml", "prod", cfg.TerraformSectionName,
14831483
"vpc", componentSection, allTypeComponents,
14841484
processComponentTypeOpts{},
1485-
"",
1485+
"",
14861486
)
14871487

14881488
require.NoError(t, err)

0 commit comments

Comments
 (0)