-
Notifications
You must be signed in to change notification settings - Fork 228
Fix #954 Add setToken(String) to MethodsClient request Interface #957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #954 Add setToken(String) to MethodsClient request Interface #957
Conversation
| " \"user_id\": \"U1234567\",\n" + | ||
| " \"bot_id\": \"B12345678\",\n" + | ||
| " \"enterprise_id\": \"E12345678\",\n" + | ||
| " \"error\": \"\"\n" + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This had been wrong and the empty string value is unused in the existing tests.
slack-api-client/src/main/java/com/slack/api/methods/SlackApiRequest.java
Outdated
Show resolved
Hide resolved
slack-api-client/src/main/java/com/slack/api/methods/SlackApiRequest.java
Show resolved
Hide resolved
slack-api-client/src/test/java/test_locally/api/methods/SlackApiRequestTest.java
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #957 +/- ##
============================================
- Coverage 76.42% 76.42% -0.01%
- Complexity 3657 3658 +1
============================================
Files 396 397 +1
Lines 11056 11057 +1
Branches 1096 1096
============================================
Hits 8450 8450
Misses 1956 1956
- Partials 650 651 +1
Continue to review full report at Codecov.
|
slack-api-client/src/test/java/test_locally/api/methods/SlackApiRequestTest.java
Outdated
Show resolved
Hide resolved
…piRequestTest.java
This pull request fixes #954
Category (place an
xin each of the[ ])Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to the those rules.