Skip to content

Commit

Permalink
Fixed env vars requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkuprowski committed Jan 9, 2025
1 parent ea937fc commit 9e39761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/connectors/test_sharepoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9e39761

Please sign in to comment.