From 4def589051431e10c0acbb1123e50032fe668cbd Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:42:59 -0700 Subject: [PATCH] Force Raya to invite --- core/integration_tests_core/tests/dev_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/integration_tests_core/tests/dev_tests.rs b/core/integration_tests_core/tests/dev_tests.rs index 7c0c68d..52a09f5 100644 --- a/core/integration_tests_core/tests/dev_tests.rs +++ b/core/integration_tests_core/tests/dev_tests.rs @@ -275,7 +275,7 @@ fn core_client() { // Test Toggle: // If Raya Invites PAX, The Welcome is not sent, and Pax does not join the conversation. // If Saro does everything works - const RAYA_INVITE: bool = false; + const RAYA_INVITE: bool = true; let _ = tracing_subscriber::fmt() .with_max_level(tracing::Level::INFO)