-
Notifications
You must be signed in to change notification settings - Fork 132
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 the issue with "AtlassianSecurityContext" being nil after migration to oauth #1002
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1002 +/- ##
==========================================
+ Coverage 29.48% 33.15% +3.67%
==========================================
Files 52 53 +1
Lines 7848 7890 +42
==========================================
+ Hits 2314 2616 +302
+ Misses 5337 5048 -289
- Partials 197 226 +29 ☔ View full report in Codecov by Sentry. |
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.
@mickmister LGTM, just added a few comments.
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.
Nice work on the tests 👍
…mattermost/mattermost-plugin-jira into cloud-oauth-migration-unit-test
…mattermost/mattermost-plugin-jira into cloud-oauth-migration-unit-test
Summary
This PR is a continuation of #999
Tests are added for most relevant permutations of instance type installations, instance migration, and user connection status.
Ticket Link
Fixes #1001