Skip to content

Commit

Permalink
Release 0.6.5 (#164)
Browse files Browse the repository at this point in the history
* Update dependencies

* Bump version

* Update changelog

* fix unit test

---------

Co-authored-by: Stephen MacVicar <[email protected]>
  • Loading branch information
tstrass and Jammjammjamm authored Apr 5, 2024
1 parent ea62b27 commit 6e7a85d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.6.5
* Dependency Updates 2024-03-19 by @Jammjammjamm in
https://github.com/inferno-framework/us-core-test-kit/pull/162
* Fix homepage url on RubyGems by @Shaumik-Ashraf in
https://github.com/inferno-framework/us-core-test-kit/pull/161
* FI-2425: Ignore validator error for L/min unit on Pulse Ox profile by @dehall in
https://github.com/inferno-framework/us-core-test-kit/pull/160
* FI-2611 Fix MustSupport issue on Coverage.identifier:membershipid.type by @yunwwang in
https://github.com/inferno-framework/us-core-test-kit/pull/163

# 0.6.4
* fix exclude_search_tests by @yunwwang in
https://github.com/inferno-framework/us-core-test-kit/pull/155
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
us_core_test_kit (0.6.4)
us_core_test_kit (0.6.5)
inferno_core (>= 0.4.2)
smart_app_launch_test_kit (>= 0.4.0)
tls_test_kit (~> 0.2.0)
Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
i18n (1.14.4)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
inferno_core (0.4.31)
inferno_core (0.4.33)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
hansi (~> 0.2.0)
mustermann (= 1.1.2)
netrc (0.11.0)
nio4r (2.7.0)
nio4r (2.7.1)
nokogiri (1.16.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -231,12 +231,12 @@ GEM
pry (>= 0.13, < 0.15)
psych (5.1.2)
stringio
public_suffix (5.0.4)
public_suffix (5.0.5)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8.1)
rake (13.1.0)
rack (2.2.9)
rake (13.2.0)
rdoc (6.6.2)
psych (>= 4.0.0)
redis (4.8.1)
Expand Down Expand Up @@ -268,7 +268,7 @@ GEM
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
smart_app_launch_test_kit (0.4.1)
smart_app_launch_test_kit (0.4.2)
inferno_core (>= 0.4.2)
json-jwt (~> 1.15.3)
jwt (~> 2.6)
Expand Down
2 changes: 1 addition & 1 deletion lib/us_core_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module USCoreTestKit
VERSION = '0.6.4'
VERSION = '0.6.5'
end
2 changes: 1 addition & 1 deletion spec/us_core/granular_scope_checker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def self.metadata
.with(body: {patient: patient_ids})
.to_return(body: response_body)

result = run(granular_scope_test, url:, received_scopes:)
result = run(granular_scope_test, url:, patient_ids:, received_scopes:)

expect(result.result).to eq('pass')
end
Expand Down

0 comments on commit 6e7a85d

Please sign in to comment.