-
Notifications
You must be signed in to change notification settings - Fork 66
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 Email test for security integration test #462
Conversation
Signed-off-by: Ashish Agrawal <[email protected]>
Signed-off-by: Ashish Agrawal <[email protected]>
Signed-off-by: Ashish Agrawal <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #462 +/- ##
============================================
+ Coverage 70.71% 71.01% +0.30%
- Complexity 108 112 +4
============================================
Files 124 124
Lines 3923 3923
Branches 626 626
============================================
+ Hits 2774 2786 +12
+ Misses 979 961 -18
- Partials 170 176 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
The email integration test only works with localhost and not remote hosts. Created this issue to track this. |
Security integration test passes:
|
* Fix Email test for security integration test Signed-off-by: Ashish Agrawal <[email protected]>
Signed-off-by: Ashish Agrawal [email protected]
Description
Fix Email test for security integration test
Issues Resolved
#460
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.