fix: Parse.server doesn't return server url#1821
fix: Parse.server doesn't return server url#1821dplewis wants to merge 4 commits intoparse-community:masterfrom
Parse.server doesn't return server url#1821Conversation
Thanks for opening this pull request!
|
Parse.server doesn't return server url
|
Doesn't have any impact on that feature |
mtrezza
left a comment
There was a problem hiding this comment.
And could you add a test for this fix?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1821 +/- ##
===========================================
+ Coverage 64.24% 82.68% +18.44%
===========================================
Files 201 282 +81
Lines 23233 30750 +7517
===========================================
+ Hits 14926 25426 +10500
+ Misses 8307 5324 -2983 ☔ View full report in Codecov by Sentry. |
|
@mtrezza I don't think |
|
|
|
Unfortunately I'm lacking the toolchain at the moment. |
|
@mtrezza do you have the toolchain now to write the test? |
|
Yes, but no resources atm |
New Pull Request Checklist
Issue Description
ParseClientConfiguration *config is never used, when the current parse manager isn't set no url is returned.
Approach