We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5107a7 commit fb79355Copy full SHA for fb79355
tests/slack_sdk/web/test_internal_utils.py
@@ -126,11 +126,3 @@ def test_get_url_prevent_double_slash(self):
126
"https://slack.com/api/chat.postMessage",
127
"Should correctly handle api_method without a leading slash",
128
)
129
-
130
- # Test case: Both inputs are clean
131
- api_url = _get_url("https://slack.com/api/", "chat.postMessage")
132
- self.assertEqual(
133
- api_url,
134
- "https://slack.com/api/chat.postMessage",
135
- "Should correctly combine base_url and api_method with clean inputs",
136
- )
0 commit comments