mirror of
https://github.com/pelotech/drone-helm3.git
synced 2026-06-14 05:12:48 +08:00
b93917c857
The tests need to allow calls to Stdout/Stderr so they don't get "Unexpected call" errors from gomock, but these tests aren't meant to assert that the calls actually happened. Using .AnyTimes allows 0 or more calls.