Skip to content

Commit

Permalink
clean up PR
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Nov 27, 2024
1 parent 985cba1 commit 67dc5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/slack_sdk/web/mock_web_api_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def _handle(self):
try:
# put_nowait is common between Queue & asyncio.Queue, it does not need to be awaited
self.server.queue.put_nowait(self.path)

if self.path in {"/oauth.access", "/oauth.v2.access"}:
self.send_response(200)
self.set_common_headers()
Expand Down

0 comments on commit 67dc5be

Please sign in to comment.