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" }"#;