Skip to content

Commit fb79355

Browse files
committed
removing duplicated test case
1 parent c5107a7 commit fb79355

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/slack_sdk/web/test_internal_utils.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,3 @@ def test_get_url_prevent_double_slash(self):
126126
"https://slack.com/api/chat.postMessage",
127127
"Should correctly handle api_method without a leading slash",
128128
)
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

Comments
 (0)