Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-danswer committed Nov 27, 2024
1 parent 538e2a9 commit 754cb3b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def test_slack_group_permission_sync(
email="[email protected]",
)

# Create a user group and add test_user_1 to it
# Create a user group and adding the non-admin user to it
user_group = UserGroupManager.create(
name="test_group",
user_ids=[test_user_1.id],
Expand Down Expand Up @@ -292,6 +292,7 @@ def test_slack_group_permission_sync(
connector_id=connector.id,
access_type=AccessType.SYNC,
user_performing_action=admin_user,
groups=[user_group.id],
)

# Add a test message to the private channel
Expand Down

0 comments on commit 754cb3b

Please sign in to comment.