Skip to content

Commit cbd20bb

Browse files
committed
Fix unit tests
1 parent 4f4b2b7 commit cbd20bb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.mockery.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ packages:
88
github.com/elastic/elastic-agent/internal/pkg/agent/application:
99
interfaces:
1010
rollbacksSource: {}
11-
github.com/elastic/elastic-agent/internal/pkg/agent/application/gateway/fleet:
12-
interfaces:
13-
rollbacksSource: {}
1411
github.com/elastic/elastic-agent/internal/pkg/agent/application/actions/handlers:
1512
interfaces:
1613
Uploader: {}
@@ -20,6 +17,9 @@ packages:
2017
github.com/elastic/elastic-agent/internal/pkg/agent/application/info:
2118
interfaces:
2219
Agent: {}
20+
github.com/elastic/elastic-agent/internal/pkg/agent/application/gateway/fleet:
21+
interfaces:
22+
rollbacksSource: { }
2323
github.com/elastic/elastic-agent/internal/pkg/agent/application/upgrade:
2424
interfaces:
2525
WatcherHelper: {}

internal/pkg/agent/application/upgrade/mocks.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)