diff --git a/flytestdlib/cache/auto_refresh_test.go b/flytestdlib/cache/auto_refresh_test.go index 7507a863ce..7707b593ff 100644 --- a/flytestdlib/cache/auto_refresh_test.go +++ b/flytestdlib/cache/auto_refresh_test.go @@ -35,7 +35,7 @@ func (t terminalCacheItem) IsTerminal() bool { return true } -func syncFakeItem(ctx context.Context, batch Batch) ([]ItemSyncResponse, error) { +func syncFakeItem(_ context.Context, batch Batch) ([]ItemSyncResponse, error) { items := make([]ItemSyncResponse, 0, len(batch)) for _, obj := range batch { item := obj.GetItem().(fakeCacheItem)