From 9e397616cd6d3e34ab583a88e19e33dd589a29cd Mon Sep 17 00:00:00 2001 From: Mateusz Kuprowski Date: Thu, 9 Jan 2025 16:13:53 +0100 Subject: [PATCH] Fixed env vars requirement --- test/integration/connectors/test_sharepoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/connectors/test_sharepoint.py b/test/integration/connectors/test_sharepoint.py index ae2a9a3a5..fcd2c2265 100644 --- a/test/integration/connectors/test_sharepoint.py +++ b/test/integration/connectors/test_sharepoint.py @@ -24,7 +24,7 @@ @pytest.mark.asyncio @pytest.mark.tags(CONNECTOR_TYPE, SOURCE_TAG) -@requires_env("SP_CLIENT_ID", "SP_CLIENT_CRED", "SP_SITE_URL", "SP_TENANT") +@requires_env("SHAREPOINT_CLIENT_ID", "SHAREPOINT_CRED", "SHAREPOINT_PERMISSIONS_TENANT", "SHAREPOINT_SITE") async def test_sharepoint_source(temp_dir): """ Integration test that: