diff --git a/tests/unit/llms/test_llm_llamacpp.py b/tests/unit/llms/test_llm_llamacpp.py
index bd3e88791e950a6663433c6dd317a15d4c0db737..63d92ee8dd0ff4dad8b0c60846433e7197ee1699 100644
--- a/tests/unit/llms/test_llm_llamacpp.py
+++ b/tests/unit/llms/test_llm_llamacpp.py
@@ -23,7 +23,7 @@ class TestLlamaCppLLM:
         assert (
             "Please install LlamaCPP to use Llama CPP llm. "
             "You can install it with: "
-            "`pip install 'semantic-router[llama-cpp-python]'`" in str(error.value)
+            "`pip install 'semantic-router[local]'`" in str(error.value)
         )
 
     def test_llamacpp_llm_init_success(self, llamacpp_llm):