mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-02 23:56:24 +08:00
test: disable cooldown in gateway webhook workflow test (#1889)
This commit is contained in:
@@ -70,6 +70,10 @@ mod tests {
|
||||
"event_source": "github",
|
||||
"event_type": "issue.opened",
|
||||
"event_filters": {"repository": "nearai/ironclaw"},
|
||||
// This test fires the same routine via event_emit and then the
|
||||
// webhook endpoint back-to-back, so cooldown must not suppress
|
||||
// the second path.
|
||||
"cooldown_secs": 0,
|
||||
"action_type": "lightweight",
|
||||
"prompt": "Summarize webhook and report issue number"
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user