Files
fizzy/test/fixtures/webhook/delinquency_trackers.yml
T
2025-09-16 20:08:03 +02:00

12 lines
320 B
YAML

# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
active_webhook_tracker:
webhook: active
consecutive_failures_count: 1
first_failure_at: <%= 1.hour.ago %>
inactive_webhook_tracker:
webhook: inactive
consecutive_failures_count: 1
first_failure_at: <%= 1.hour.ago %>