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

Ensure base url is correct when the API returns uppercase region #69

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

joshbmarshall
Copy link
Contributor

In my case, I receive SYD for the region name. The system is looking for syd. So by forcing the match to lowercase, it gets the region correctly

In my case, I receive SYD for the region name. The system is looking for syd.
So by forcing the match to lowercase, it gets the region correctly
Copy link

codecov bot commented Jan 28, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (fb44910) 74.90% compared to head (5c60666) 74.90%.

Files Patch % Lines
src/BunnyCDNClient.php 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master      #69   +/-   ##
=========================================
  Coverage     74.90%   74.90%           
  Complexity       94       94           
=========================================
  Files             3        3           
  Lines           251      251           
=========================================
  Hits            188      188           
  Misses           63       63           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sifex sifex merged commit d32e5c5 into PlatformCommunity:master Jan 29, 2024
4 of 5 checks passed
@sifex
Copy link
Collaborator

sifex commented Jan 29, 2024

Published in v3.3.3

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.

2 participants