Skip to content

Fix typo in SectionBlock field validation#1848

Merged
WilliamBergamin merged 1 commit intoslackapi:mainfrom
Lexicality:unsupported-filed
Mar 31, 2026
Merged

Fix typo in SectionBlock field validation#1848
WilliamBergamin merged 1 commit intoslackapi:mainfrom
Lexicality:unsupported-filed

Conversation

@Lexicality
Copy link
Copy Markdown
Contributor

Summary

Fix typo in SectionBlock field validation

Testing

Run codespell

Category

  • slack_sdk.web.WebClient (sync/async) (Web API client)
  • slack_sdk.webhook.WebhookClient (sync/async) (Incoming Webhook, response_url sender)
  • slack_sdk.socket_mode (Socket Mode client)
  • slack_sdk.signature (Request Signature Verifier)
  • slack_sdk.oauth (OAuth Flow Utilities)
  • slack_sdk.models (UI component builders)
  • slack_sdk.scim (SCIM API client)
  • slack_sdk.audit_logs (Audit Logs API client)
  • slack_sdk.rtm_v2 (RTM client)
  • /docs (Documents)
  • /tutorial (PythOnBoardingBot tutorial)
  • tests/integration_tests (Automated tests for this library)

Requirements

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.sh after making the changes.

@Lexicality Lexicality requested review from a team as code owners March 31, 2026 10:31
@salesforce-cla
Copy link
Copy Markdown

Thanks for the contribution! Before we can merge this, we need @Lexicality to sign the Salesforce Inc. Contributor License Agreement.

Copy link
Copy Markdown
Contributor

@WilliamBergamin WilliamBergamin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this typo 🚀

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 83.99%. Comparing base (796f24e) to head (974a2b6).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
slack_sdk/models/blocks/blocks.py 0.00% 1 Missing ⚠️

❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (50.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1848   +/-   ##
=======================================
  Coverage   83.99%   83.99%           
=======================================
  Files         117      117           
  Lines       13253    13253           
=======================================
  Hits        11132    11132           
  Misses       2121     2121           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@WilliamBergamin WilliamBergamin merged commit 39385a7 into slackapi:main Mar 31, 2026
32 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants