diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index f29a3ac..972af4d 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -160,7 +160,7 @@ async fn test_realtime_job() { #[ignore] #[tokio::test] -async fn test_chat() { +async fn test_rag() { let conn = common::init_database().await; common::init_embedding_svc_url(&conn).await; let mut rng = rand::thread_rng();