Fix #1108 add support for admin.conversations retention#1109
Fix #1108 add support for admin.conversations retention#1109seratch merged 9 commits intoslackapi:mainfrom ruberVulpes:fix-1108
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1109 +/- ##
==========================================
- Coverage 86.23% 85.69% -0.54%
==========================================
Files 110 110
Lines 10416 10443 +27
==========================================
- Hits 8982 8949 -33
- Misses 1434 1494 +60
Continue to review full report at Codecov.
|
|
I based the integration tests off of |
seratch
left a comment
There was a problem hiding this comment.
Sorry, I forgot to mention this. Can you remove these exclusions?
|
@ruberVulpes Thanks for updating the test quickly. The changes already look good to me but I'm still waiting for the change on my sandbox org to run the tests. Once I've verified if the integration tests work for me, I will merge this PR! |
|
I've confirmed that the integration tests work for me too 👍 |
Summary
Implements #1108
Adding support for the admin conversation retention methods.
https://api.slack.com/methods/admin.conversations.getCustomRetention
https://api.slack.com/methods/admin.conversations.removeCustomRetention
https://api.slack.com/methods/admin.conversations.getCustomRetention
Category (place an
xin each of the[ ])/docs-src(Documents, have you run./docs.sh?)/docs-src-v2(Documents, have you run./docs-v2.sh?)/tutorial(PythOnBoardingBot tutorial)tests/integration_tests(Automated tests for this library)Requirements (place an
xin each[ ])python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.shafter making the changes.