Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Ishan Gupta <gishan@vmware.com>
  • Loading branch information
ishangupta-ds committed Mar 20, 2024
1 parent d39eedf commit e6b4fb6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ func TestFlattenSpecForClusterScope(t *testing.T) {
"namespace": "cert-manager",
"some": "91",
},
PathToInlineValuesKey: map[string]interface{}{
"namespace": "cert-manager",
"some": 91,
},
},
},
},
Expand Down

0 comments on commit e6b4fb6

Please sign in to comment.