Merge pull request #1141 from cantino/dryrun_event_formatting

allow dryrun of event formatting agents

Andrew Cantino 9 年 前
コミット
a4ea6e7f6a
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      app/models/agents/event_formatting_agent.rb

+ 1 - 0
app/models/agents/event_formatting_agent.rb

@@ -1,6 +1,7 @@
1 1
 module Agents
2 2
   class EventFormattingAgent < Agent
3 3
     cannot_be_scheduled!
4
+    can_dry_run!
4 5
 
5 6
     description <<-MD
6 7
       The Event Formatting Agent allows you to format incoming Events, adding new fields as needed.