summaryrefslogtreecommitdiff
path: root/internal/executor/container_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/executor/container_test.go')
-rw-r--r--internal/executor/container_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/executor/container_test.go b/internal/executor/container_test.go
index 6672dea..80b1996 100644
--- a/internal/executor/container_test.go
+++ b/internal/executor/container_test.go
@@ -855,3 +855,4 @@ func (noopChannel) ProposeEpic(_ context.Context, _ EpicProposal) (string, error
func (noopChannel) ProposeRoleConfig(_ context.Context, _ role.RoleConfig) (int, error) {
return 0, nil
}
+func (noopChannel) ReportVerdict(_ context.Context, _ bool, _ string) error { return nil }