Fix CI formatting issues: import ordering and whitespace
Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
This commit is contained in:
parent
d914659c50
commit
5d8d1ead71
|
|
@ -3,9 +3,10 @@ package state
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/stretchr/testify/require"
|
||||||
|
|
||||||
"github.com/helmfile/helmfile/pkg/filesystem"
|
"github.com/helmfile/helmfile/pkg/filesystem"
|
||||||
"github.com/helmfile/helmfile/pkg/yaml"
|
"github.com/helmfile/helmfile/pkg/yaml"
|
||||||
"github.com/stretchr/testify/require"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// TestExactIssueScenario tests the exact helmfile.yaml scenario described in issue #2182
|
// TestExactIssueScenario tests the exact helmfile.yaml scenario described in issue #2182
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,9 @@ package state
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/helmfile/helmfile/pkg/filesystem"
|
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
|
|
||||||
|
"github.com/helmfile/helmfile/pkg/filesystem"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TestIssue2182_ValuesTemplatingBugFix is an integration test that reproduces
|
// TestIssue2182_ValuesTemplatingBugFix is an integration test that reproduces
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,9 @@ package state
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/helmfile/helmfile/pkg/filesystem"
|
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
|
|
||||||
|
"github.com/helmfile/helmfile/pkg/filesystem"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TestValuesMutationFix reproduces and tests the fix for the issue described in
|
// TestValuesMutationFix reproduces and tests the fix for the issue described in
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,10 @@ package state
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/stretchr/testify/require"
|
||||||
|
|
||||||
"github.com/helmfile/helmfile/pkg/filesystem"
|
"github.com/helmfile/helmfile/pkg/filesystem"
|
||||||
"github.com/helmfile/helmfile/pkg/tmpl"
|
"github.com/helmfile/helmfile/pkg/tmpl"
|
||||||
"github.com/stretchr/testify/require"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// TestValuesTemplateIsolation tests the fix for the helmfile values templating bug
|
// TestValuesTemplateIsolation tests the fix for the helmfile values templating bug
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue