Skip to content

Commit

Permalink
[Automated] Merged master into target preview_envs_k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
va-vsp-bot authored Mar 26, 2024
2 parents 57344b5 + de101d0 commit 60f7b65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/claims_api/lib/bgs_service/local_bgs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ def self.breakers_service
url = Settings.bgs.url
path = URI.parse(url).path
host = URI.parse(url).host
port = URI.parse(url).port
matcher = proc do |request_env|
request_env.url.host == host && request_env.url.path =~ /^#{path}/
request_env.url.host == host &&
request_env.url.port == port &&
request_env.url.path =~ /^#{path}/
end

Breakers::Service.new(
Expand Down
Binary file modified modules/claims_api/spec/fixtures/test_client.p12
Binary file not shown.

0 comments on commit 60f7b65

Please sign in to comment.