Skip to content

Commit 5450c35

Browse files
Update test_web_client_coverage.py
1 parent ec672ee commit 5450c35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/slack_sdk_async/web/test_web_client_coverage.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def setUp(self):
6969
"admin.audit.anomaly.allow.getItem",
7070
"admin.audit.anomaly.allow.updateItem",
7171
"assistant.search.context", # TODO: add this method in follow up PR
72-
"conversations.requestSharedInvite.list" # TODO: add this method in follow up PR
72+
"conversations.requestSharedInvite.list", # TODO: add this method in follow up PR
7373
]:
7474
continue
7575
self.api_methods_to_call.append(api_method)
@@ -161,7 +161,9 @@ async def run_method(self, method_name, method, async_method):
161161
salesforce_org_id="00DGC00000024hsuWY",
162162
)["method"]
163163
)
164-
await async_method(channel="C1234567890", record_id="0019000000DmehKAAR", salesforce_org_id="00DGC00000024hsuWY")
164+
await async_method(
165+
channel="C1234567890", record_id="0019000000DmehKAAR", salesforce_org_id="00DGC00000024hsuWY"
166+
)
165167
elif method_name == "admin_conversations_unlinkObjects":
166168
self.api_methods_to_call.remove(
167169
method(

0 commit comments

Comments
 (0)