Skip to content

Commit

Permalink
fix(appsets): gotemplate can cause panic from nil dereference
Browse files Browse the repository at this point in the history
Signed-off-by: rumstead <[email protected]>
  • Loading branch information
rumstead committed Sep 6, 2023
1 parent a40137b commit 1dfe287
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion applicationset/generators/generator_spec_processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ func TestInterpolateGeneratorError(t *testing.T) {
want argov1alpha1.ApplicationSetGenerator
expectedErrStr string
}{
//{{ index .registry_map (default .registry_override .jurisdiction) }}
{name: "Empty Gen", args: args{
requestedGenerator: nil,
params: nil,
Expand Down

0 comments on commit 1dfe287

Please sign in to comment.