Commit fc1e4ff
committed
fix(tests): only enforce normalization guard in record mode
The normalization guard was firing during cassette playback in CI,
breaking gooddata-fdw tests which don't call configure_normalization().
The guard only matters when recording (OVERWRITE env var set), since
playback doesn't need normalization — cassettes are already normalized.
risk: low1 parent 17106a1 commit fc1e4ff
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments