amoghrajesh commented on code in PR #51329:
URL: https://github.com/apache/airflow/pull/51329#discussion_r2135160551
##########
go-sdk/worker/runner_test.go:
##########
@@ -68,6 +67,8 @@ func newTestWorkLoad(id string, dagId string)
api.ExecuteTaskWorkload {
type WorkerSuite struct {
suite.Suite
worker Worker
+ client *mocks.ClientInterface
Review Comment:
Yeah this file is test for the runners, so I am ok with using mockery here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]