onc_certification_g10_test_kit 7.2.0 → 7.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 710c0d8392d45a2d530efe0ae43346fa0d1a0b5d5cdd38a6e251f025fad94c3f
4
- data.tar.gz: db6c6072461822734c5881fb67c9ba63ed5b4366fad435ed130477c464dac90b
3
+ metadata.gz: ed81e46ef2332da6a933079ecee79d2012939785b41300f5fc9f2e935e03ec08
4
+ data.tar.gz: dc2cb23da9ccd33236f1d7c1feeb2fed4a66c9e36fe57b1b532d2a108c912ffa
5
5
  SHA512:
6
- metadata.gz: '0344837f853663a671d1f207fe53ea03ac2fb81402f74709ac4bb31dd074c6cff525da689cc99ccc0050eea5ffd462f74054ac30dc794f0c042a6ce84f460255'
7
- data.tar.gz: 62c2a156432d3a66872684c49414a710f91c0ca7a9a3f33c8bc5114c40f188aa0002034c74cb53e0bfd947ba734a8a8dcab185ea8919f343d36ecf92b0023110
6
+ metadata.gz: 0270bc13ae6b1bd5b948889bb7eb6f7ed6fd7a96a52ab361a88c871ba78ec4b287fc5da2dbb2998b5a453fd017e2acb1982a37488e140d76b221b01edcd28699
7
+ data.tar.gz: 34c5678072376b2dcb9eb2ff77b83ceaf33c1b395ee1c36de5892cce6e7bb38ef8a63dcd03a25655b9a193c745cf2839e122c3a2f9890c25bc913a088b70a9d2
@@ -51,20 +51,23 @@ module ONCCertificationG10TestKit
51
51
  :lines_to_validate,
52
52
  :bulk_timeout
53
53
 
54
- group from: :bulk_data_authorization,
55
- description: <<~DESCRIPTION
56
- Bulk Data servers are required to authorize clients using the [Backend Service
57
- Authorization](http://hl7.org/fhir/uv/bulkdata/STU1.0.1/authorization/index.html)
58
- specification as defined in the [FHIR Bulk Data Access IG
59
- v1.0.1](http://hl7.org/fhir/uv/bulkdata/STU1.0.1/).
60
-
61
- In this set of tests, Inferno serves as a Bulk Data client that requests authorization
62
- from the Bulk Data authorization server. It also performs a number of negative tests
63
- to validate that the authorization service does not improperly authorize invalid
64
- requests.
65
-
66
- This test returns an access token.
67
- DESCRIPTION
54
+ group from: :bulk_data_authorization do
55
+ description <<~DESCRIPTION
56
+ Bulk Data servers are required to authorize clients using the [Backend Service
57
+ Authorization](http://hl7.org/fhir/uv/bulkdata/STU1.0.1/authorization/index.html)
58
+ specification as defined in the [FHIR Bulk Data Access IG
59
+ v1.0.1](http://hl7.org/fhir/uv/bulkdata/STU1.0.1/).
60
+
61
+ In this set of tests, Inferno serves as a Bulk Data client that requests authorization
62
+ from the Bulk Data authorization server. It also performs a number of negative tests
63
+ to validate that the authorization service does not improperly authorize invalid
64
+ requests.
65
+
66
+ This test returns an access token.
67
+ DESCRIPTION
68
+
69
+ config(inputs: { url: { name: :bulk_server_url } })
70
+ end
68
71
 
69
72
  test from: :g10_incorrectly_permitted_tls_versions_messages_setup,
70
73
  id: :g10_bulk_auth_tls_messages_setup
@@ -1,4 +1,4 @@
1
1
  module ONCCertificationG10TestKit
2
- VERSION = '7.2.0'.freeze
3
- LAST_UPDATED = '2025-04-08'.freeze # TODO: update next release
2
+ VERSION = '7.2.1'.freeze
3
+ LAST_UPDATED = '2025-04-17'.freeze # TODO: update next release
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onc_certification_g10_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.0
4
+ version: 7.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen MacVicar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-08 00:00:00.000000000 Z
11
+ date: 2025-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bloomer