()
| 112 | } |
| 113 | |
| 114 | func (tc testCase) valuesFilePath() string { |
| 115 | return filepath.Join("./testdata", tc.name+".yaml") |
| 116 | } |
| 117 | |
| 118 | func (tc testCase) goldenFilePath() string { |
| 119 | if tc.namespace == "default" { |
no outgoing calls
no test coverage detected