Skip to content

Commit 89ea667

Browse files
committed
Use unique unknown-command marker for webhook sanity request detection
1 parent 934cadd commit 89ea667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

telegram/scripts/postdeploy-sanity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ async function main() {
266266
const beforeReq = new Set(await listKeys(s3, bucket, 'logs/requests/'));
267267

268268
const marker = `sanity-${Date.now()}`;
269-
const commandText = `/user ${marker}`;
269+
const commandText = `/__${marker}`;
270270
console.log(`[sanity] webhook command trigger -> ${commandText}`);
271271
await postWebhook(baseUrl, webhookSecret, commandText, chatId);
272272
await assertHealth(baseUrl, 'post-webhook');

0 commit comments

Comments
 (0)