From 82e5ac287dc6c02e74d1e4597229e189a653bc4e Mon Sep 17 00:00:00 2001 From: thomasht86 Date: Thu, 7 Nov 2024 09:51:04 +0100 Subject: [PATCH] shorter name --- tests/integration/test_integration_vespa_cloud_vector_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_integration_vespa_cloud_vector_search.py b/tests/integration/test_integration_vespa_cloud_vector_search.py index 4119a5e2..38ee5510 100644 --- a/tests/integration/test_integration_vespa_cloud_vector_search.py +++ b/tests/integration/test_integration_vespa_cloud_vector_search.py @@ -76,7 +76,7 @@ def setUp(self) -> None: self.app_package = create_vector_ada_application_package() self.vespa_cloud = VespaCloud( tenant="vespa-team", - application="pyvespa-int-vsearch-dev", + application="pyvespa-vsearch-dev", key_content=os.getenv("VESPA_TEAM_API_KEY").replace(r"\n", "\n"), application_package=self.app_package, )