-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Multi-org: format base path, not including protocol #7260
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7260 +/- ##
==========================================
+ Coverage 64.01% 64.03% +0.01%
==========================================
Files 163 163
Lines 13410 13410
Branches 1905 1905
==========================================
+ Hits 8585 8587 +2
+ Misses 4490 4489 -1
+ Partials 335 334 -1 |
038ca94 to
334b9ad
Compare
|
@yoshiokatsuneo if you have time, can you review this change? |
|
Thank you for improving test environment. I wonder whether it is good idea to change/reset settings on every tests, as it may make test code a bit messy... |
|
Or, possibly, we can statically setup settings on the base TestCase class ? |
This is not a bad idea: there are probably other test cases that would fail with modified settings. |
Remove hard-coded 'https://' when MULTI_ORG is enabled
|
Instead of sanitizing the environment, I modified the |
yoshiokatsuneo
left a comment
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.
Thank you ! Actually, it looks a bug, and you fixed it !
|
Thanks for the review again @yoshiokatsuneo! |
What type of PR is this?
Description
Other tests and local settings sometimes caused this test to fail.
How is this tested?