()
| 166 | } |
| 167 | |
| 168 | func (tc testCase) valuesFilePath() string { |
| 169 | return filepath.Join("./testdata", tc.name+".yaml") |
| 170 | } |
| 171 | |
| 172 | func (tc testCase) goldenFilePath() string { |
| 173 | if tc.namespace == "default" { |
no outgoing calls
no test coverage detected