remove slack workspace (#3394)

* remove slack workspace

* update client tokens

* fix up

* clean up docs

* fix up tests
This commit is contained in:
pablonyx
2024-12-11 17:01:43 -08:00
committed by GitHub
parent 748b79b0ef
commit 0770a587f1
7 changed files with 16 additions and 175 deletions

View File

@ -67,7 +67,6 @@ def test_slack_permission_sync(
input_type=InputType.POLL,
source=DocumentSource.SLACK,
connector_specific_config={
"workspace": "onyx-test-workspace",
"channels": [public_channel["name"], private_channel["name"]],
},
access_type=AccessType.SYNC,
@ -281,7 +280,6 @@ def test_slack_group_permission_sync(
input_type=InputType.POLL,
source=DocumentSource.SLACK,
connector_specific_config={
"workspace": "onyx-test-workspace",
"channels": [private_channel["name"]],
},
access_type=AccessType.SYNC,

View File

@ -61,7 +61,6 @@ def test_slack_prune(
input_type=InputType.POLL,
source=DocumentSource.SLACK,
connector_specific_config={
"workspace": "onyx-test-workspace",
"channels": [public_channel["name"], private_channel["name"]],
},
access_type=AccessType.PUBLIC,