fix: Test name update

This commit is contained in:
Ilya Kuznetsov 2025-01-07 11:56:22 +01:00
parent 42cad1413a
commit 53c1e18d9e
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ func TestResolveComplexVariableWithVarReference(t *testing.T) {
require.Equal(t, "cicd_template==1.0.0", b.Config.Resources.Jobs["job1"].JobSettings.Tasks[0].Libraries[0].Pypi.Package) require.Equal(t, "cicd_template==1.0.0", b.Config.Resources.Jobs["job1"].JobSettings.Tasks[0].Libraries[0].Pypi.Package)
} }
func TestResolveVariableReferencesWithSourceLinkedDeploymentDisabled(t *testing.T) { func TestResolveVariableReferencesWithSourceLinkedDeployment(t *testing.T) {
testCases := []struct { testCases := []struct {
enabled bool enabled bool
assert func(t *testing.T, b *bundle.Bundle) assert func(t *testing.T, b *bundle.Bundle)