From 713a0acea817a18b9a50405ea823df201e67f73c Mon Sep 17 00:00:00 2001 From: Fabio Ivona Date: Tue, 27 Aug 2024 11:58:32 +0200 Subject: [PATCH] updated snapshots --- .../InteractsWithWebhooksTest/it_can_register_a_webhook.snap | 3 ++- .../it_can_register_a_webhook_dropping_pending_updates.snap | 3 ++- .../it_can_register_a_webhook_setting_its_secret_token.snap | 1 + .../it_can_register_a_webhook_with_a_custom_domain.snap | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook.snap b/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook.snap index a888aec8..317e2f7a 100644 --- a/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook.snap +++ b/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook.snap @@ -1,7 +1,8 @@ { "url": "https:\/\/api.telegram.org\/bot3f3814e1-5836-3d77-904e-60f64b15df36\/setWebhook", "payload": { - "url": "https:\/\/testbot.defstudio.dev\/telegraph\/3f3814e1-5836-3d77-904e-60f64b15df36\/webhook" + "url": "https:\/\/testbot.defstudio.dev\/telegraph\/3f3814e1-5836-3d77-904e-60f64b15df36\/webhook", + "max_connections": 40 }, "files": [] } \ No newline at end of file diff --git a/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook_dropping_pending_updates.snap b/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook_dropping_pending_updates.snap index c3a40ebe..f06f0830 100644 --- a/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook_dropping_pending_updates.snap +++ b/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook_dropping_pending_updates.snap @@ -2,7 +2,8 @@ "url": "https:\/\/api.telegram.org\/bot3f3814e1-5836-3d77-904e-60f64b15df36\/setWebhook", "payload": { "url": "https:\/\/testbot.defstudio.dev\/telegraph\/3f3814e1-5836-3d77-904e-60f64b15df36\/webhook", - "drop_pending_updates": true + "drop_pending_updates": true, + "max_connections": 40 }, "files": [] } \ No newline at end of file diff --git a/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook_setting_its_secret_token.snap b/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook_setting_its_secret_token.snap index bc9702cd..90e44567 100644 --- a/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook_setting_its_secret_token.snap +++ b/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook_setting_its_secret_token.snap @@ -2,6 +2,7 @@ "url": "https:\/\/api.telegram.org\/bot3f3814e1-5836-3d77-904e-60f64b15df36\/setWebhook", "payload": { "url": "https:\/\/testbot.defstudio.dev\/telegraph\/3f3814e1-5836-3d77-904e-60f64b15df36\/webhook", + "max_connections": 40, "secret_token": "super-secret-token" }, "files": [] diff --git a/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook_with_a_custom_domain.snap b/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook_with_a_custom_domain.snap index 602ad4c7..a9a288b0 100644 --- a/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook_with_a_custom_domain.snap +++ b/tests/.pest/snapshots/Unit/Concerns/InteractsWithWebhooksTest/it_can_register_a_webhook_with_a_custom_domain.snap @@ -1,7 +1,8 @@ { "url": "https:\/\/api.telegram.org\/bot3f3814e1-5836-3d77-904e-60f64b15df36\/setWebhook", "payload": { - "url": "http:\/\/foo.bar.baz\/telegraph\/3f3814e1-5836-3d77-904e-60f64b15df36\/webhook" + "url": "http:\/\/foo.bar.baz\/telegraph\/3f3814e1-5836-3d77-904e-60f64b15df36\/webhook", + "max_connections": 40 }, "files": [] } \ No newline at end of file