percona / percona-everest-cli

Apache License 2.0
6 stars 5 forks source link

EVEREST-778: fix everest URL construction #270

Closed michal-kralik closed 9 months ago

michal-kralik commented 9 months ago

CHANGE DESCRIPTION

Problem: EVEREST-778

When Everest URL ends with a slash, some non-GET endpoints return an error.

Cause: The Everest URL is not constructed properly and has a double slash.

Solution: Construct Everest URL CHECKLIST

Jira

Tests

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (01656ba) 5.33% compared to head (043cf84) 5.33%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #270 +/- ## ===================================== Coverage 5.33% 5.33% ===================================== Files 13 13 Lines 2850 2850 ===================================== Hits 152 152 Misses 2671 2671 Partials 27 27 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.