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)