Skip to content

Commit 0c35b0e

Browse files
minor improvements
1 parent 82314fd commit 0c35b0e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
]
3434
},
3535
"interactivity": {
36-
"is_enabled": true
36+
"is_enabled": false
3737
},
3838
"org_deploy_enabled": true,
3939
"socket_mode_enabled": true,
@@ -44,7 +44,7 @@
4444
"functions": {
4545
"filters": {
4646
"title": "Sample filters",
47-
"description": "Returns the filters for the search function",
47+
"description": "The filter function is used to define the filters for search results",
4848
"input_parameters": {
4949
"user_context": {
5050
"type": "slack#/types/user_context",

tests/listeners/events/test_entity_details_requested.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def setup_method(self):
1111
self.mock_client = MagicMock(spec=WebClient)
1212
self.mock_logger = MagicMock()
1313

14-
# Sample mock data
1514
self.mock_sample_data = {
1615
"ok": True,
1716
"samples": [
@@ -33,7 +32,6 @@ def setup_method(self):
3332
],
3433
}
3534

36-
# Event payload
3735
self.event_payload = {
3836
"trigger_id": "123.456.abc",
3937
"link": {"url": "https://example.com/1"},

0 commit comments

Comments
 (0)