Files
fizzy/test/fixtures/webhooks.yml
T
Mike Dalessio e4011ef211 Update primary keys on customer data to UUIDs
- schema changes to primary and foreign keys
- fixture changes
- customer data models subclass AccountScopedRecord
- import script updated
2025-11-17 09:12:30 -05:00

20 lines
665 B
YAML

active:
id: <%= ActiveRecord::FixtureSet.identify("active_webhook", :uuid) %>
active: true
name: Production API
url: https://api.example.com/webhooks
signing_secret: p94Bx2HjempCdYB4DTyZkY1b
subscribed_actions: '<%= %w[ card_published card_assigned card_closed ].to_json %>'
board: writebook_uuid
account: 37s_uuid
inactive:
id: <%= ActiveRecord::FixtureSet.identify("inactive_webhook", :uuid) %>
active: false
name: Test Webhook
url: https://test.example.com/webhooks
signing_secret: H8ms8ADcV92v2x17hnLEiL5m
subscribed_actions: '<%= %w[ card_published card_assigned card_closed ].to_json %>'
board: private_uuid
account: 37s_uuid