Skip to content

Fix typo in SectionBlock field validation - #1848

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

Fix typo in SectionBlock field validation#1848
WilliamBergamin merged 1 commit into
slackapi: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.

@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.

@WilliamBergaminWilliamBergamin left a comment

Copy link
Copy Markdown
Contributor

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

codecovBot commented Mar 31, 2026

Copy link
Copy Markdown

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 linesPatch %Lines
slack_sdk/models/blocks/blocks.py0.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:mainMar 31, 2026
32 of 33 checks passed
@zimegzimeg added bug M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented docs M-T: Documentation work only semver:patch Version: 3x labels May 18, 2026
@zimegzimeg added this to the 3.42.0 milestone May 18, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugM-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documentedcla:signeddocsM-T: Documentation work onlysemver:patchVersion: 3x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Lexicality@WilliamBergamin@zimeg