Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Sep 10, 2024
1 parent 48af9d1 commit 176bb4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundle/config/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ func TestRootMergeTargetOverridesWithVariables(t *testing.T) {
},
Targets: map[string]*Target{
"development": {
Variables: map[string]*variable.Variable{
"foo": {
Variables: map[string]any{
"foo": variable.Variable{
Default: "bar",
Description: "wrong",
},
"complex": {
"complex": variable.Variable{
Type: "wrong",
Description: "wrong",
Default: map[string]interface{}{
Expand Down

0 comments on commit 176bb4b

Please sign in to comment.