-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
test: Disable OAuth 1 tests with Twitter API #9161
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
test: Disable OAuth 1 tests with Twitter API #9161
Conversation
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #9161 +/- ##
==========================================
+ Coverage 94.14% 94.17% +0.02%
==========================================
Files 186 186
Lines 14726 14726
==========================================
+ Hits 13864 13868 +4
+ Misses 862 858 -4 ☔ View full report in Codecov by Sentry. |
🎉 This change has been released in version 7.1.0-alpha.11 |
🎉 This change has been released in version 7.1.0-beta.1 |
🎉 This change has been released in version 7.1.0 |
Pull Request
Issue
Tests started to fail suddenly, due to a change on Twitter API's end. It's possible that the Twitter API 1.1, which has been deprecated some time ago, is now defunct.
Closes: #n/a
Approach
Disabled tests for now as I wasn't able to find a Twitter API 2 endpoint that works with OAuth 1; Twitter API 2 primarily uses Oauth 2.