Baseline replacing collection with board across code

This commit is contained in:
Jorge Manrubia
2025-11-05 13:31:54 +01:00
parent 8caaad0105
commit 03a345609e
269 changed files with 990 additions and 990 deletions
+4 -4
View File
@@ -117,7 +117,7 @@ class Webhook::DeliveryTest < ActiveSupport::TestCase
test "deliver with basecamp webhook format" do
webhook = Webhook.create!(
collection: collections(:writebook),
board: boards(:writebook),
name: "Basecamp",
url: "https://3.basecamp.com/123/integrations/webhook/buckets/456/chats/789/lines"
)
@@ -140,7 +140,7 @@ class Webhook::DeliveryTest < ActiveSupport::TestCase
test "deliver with campfire webhook format" do
webhook = Webhook.create!(
collection: collections(:writebook),
board: boards(:writebook),
name: "Campfire",
url: "https://example.com/rooms/123/456-room-name/messages"
)
@@ -162,7 +162,7 @@ class Webhook::DeliveryTest < ActiveSupport::TestCase
test "deliver with slack webhook format" do
webhook = Webhook.create!(
collection: collections(:writebook),
board: boards(:writebook),
name: "Slack",
url: "https://hooks.slack.com/services/T12345678/B12345678/abcdefghijklmnopqrstuvwx"
)
@@ -185,7 +185,7 @@ class Webhook::DeliveryTest < ActiveSupport::TestCase
test "deliver with generic webhook format" do
webhook = Webhook.create!(
collection: collections(:writebook),
board: boards(:writebook),
name: "Generic",
url: "https://example.com/webhook"
)