Skip to content

Commit

Permalink
update VCR with new VSAC API
Browse files Browse the repository at this point in the history
  • Loading branch information
dczulada committed May 3, 2024
1 parent a9d9782 commit e641105
Show file tree
Hide file tree
Showing 58 changed files with 24,734 additions and 75,011 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'mongoid', '> 6.0.5', '< 9.0.0'
group :development, :test do
gem 'bundler-audit'
gem 'rubocop', '~> 0.52.1', require: false
gem 'byebug', '~> 6.0.2', platforms: [:ruby_20, :ruby_21, :ruby_22, :ruby_23]
gem 'byebug'
gem 'pry'
gem 'pry-nav'
end
Expand All @@ -20,7 +20,7 @@ group :development do
end

group :test do
gem 'factory_girl', '~> 4.1.0'
gem 'factory_girl', '> 4.1.0'
gem 'tailor', '~> 1.1.2'
gem 'cane', '~> 2.3.0'
gem 'codecov'
Expand Down
2 changes: 1 addition & 1 deletion lib/util/vsac_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class VSACAPI
# The default program to use for get_program_details and get_program_release_names calls.
# This can be overriden by providing a :program in the config or by the single optional parameter for those
# methods.
DEFAULT_PROGRAM = "CMS eCQM"
DEFAULT_PROGRAM = "CMS eCQM and Hybrid Measure"

# This is the value of the service parameter passed when getting a ticket. This never changes.
TICKET_SERVICE_PARAM = "http://umlsks.nlm.nih.gov"
Expand Down
Binary file modified test/fixtures/measureloading/HyperG_v5_6_Artifacts.zip
Binary file not shown.
Loading

0 comments on commit e641105

Please sign in to comment.