Skip to content
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: remove trailing slash on given host #140

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

shyim
Copy link
Collaborator

@shyim shyim commented Mar 27, 2023

Description

Remove trailing slash on given hosts

Issues Resolved

Fixes #138

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.

@codecov-commenter
Copy link

codecov-commenter commented Mar 27, 2023

Codecov Report

Merging #140 (7525b5c) into main (849734d) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##               main     #140      +/-   ##
============================================
- Coverage     23.91%   23.91%   -0.01%     
+ Complexity     1935     1932       -3     
============================================
  Files           245      245              
  Lines          6848     6845       -3     
============================================
- Hits           1638     1637       -1     
+ Misses         5210     5208       -2     
Impacted Files Coverage Δ
src/OpenSearch/ClientBuilder.php 74.23% <100.00%> (-0.49%) ⬇️
src/OpenSearch/Connections/ConnectionFactory.php 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: GitHub <noreply@github.com>
@harshavamsi harshavamsi merged commit 967eb3f into opensearch-project:main Mar 28, 2023
@shyim shyim deleted the trim-slash-on-path branch March 28, 2023 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Cleanup trailing slash in the given URL
4 participants