fix: display login URL instead of instance URL for scratch orgs#1432
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1432 +/- ##
=======================================
Coverage 46.86% 46.86%
=======================================
Files 70 70
Lines 2665 2665
Branches 313 313
=======================================
Hits 1249 1249
Misses 1386 1386
Partials 30 30 ☔ View full report in Codecov by Sentry. |
|
@azlam-abdulsalam I saw your comment in the code about required unification of |
|
Awesome thanks @michallachowski , keep them coming |
azlam-abdulsalam
left a comment
There was a problem hiding this comment.
Thanks @michallachowski
|
Reviewpad Report
|
This PR corrects a bug that appears when
--orginfoparameter is provided forsfpowerscripts orchestrator:validatecommand. The method that generates markdown with org info details is failing due to undefinedscratchOrg.instanceURLproperty - as a result it is completely blocking ability to validate changes.I think we can simply replace that by
loginURL, which is populated and contains contains expected info.Checklist
All items have to be completed before a PR is merged