Commit 8816fef
fix: Allow multiple Output calls in test for Windows retry logic
The retryOnWindows function retries failed terraform output calls up to
3 times on Windows. Update the mock expectation to use AnyTimes() to
prevent flaky test failures on Windows CI.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 8f0c520 commit 8816fef
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
| 305 | + | |
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
| |||
0 commit comments