From 49e844a79f8e66bb81eda1d56184b498fc62e2d2 Mon Sep 17 00:00:00 2001 From: "coderabbitai[bot]" <136622811+coderabbitai[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 23:49:34 +0000 Subject: [PATCH] test(seambot): use an obvious dummy installation token --- bots/seambot/tests/github_integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/seambot/tests/github_integration.rs b/bots/seambot/tests/github_integration.rs index 3f5173b2..9fd5019d 100644 --- a/bots/seambot/tests/github_integration.rs +++ b/bots/seambot/tests/github_integration.rs @@ -151,7 +151,7 @@ mod tests { fn test_installation_token_response_parsing() { // Test installation token response can be parsed let response = r#"{ - "token": "ghs_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", + "token": "ghs_test-token", "expires_at": "2024-01-15T12:00:00Z" }"#;