au_core_test_kit 1.4.3 → 1.4.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 526ff7cd15f95ff15e7eae9bbd630e82e0592b0c645d465a97d9863bd585113c
|
|
4
|
+
data.tar.gz: 51e34d603d2470227a644f222a408e7a51f5291bf288552faa6dd4deb32f5819
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f37bbf06f5d376ee125379b044136fddabd96f833a91b04749a90497830e9a2d9789baea7ab3895324f812dbdf92bb71a7797c6cd6f52d9040d8f90ba292cf11
|
|
7
|
+
data.tar.gz: e9a4527366785ff0db5d805f7de8e98b57143579a0e6bb840c470f1630f98ecf0defb2fd0bac2f214db035dc684ea74bf3029a7b3f6dfca691f635b4309e1867
|
|
@@ -10,6 +10,12 @@ module AUCoreTestKit
|
|
|
10
10
|
title '(SHALL) Server returns correct Endpoint resource from Endpoint read interaction'
|
|
11
11
|
description 'A server SHALL support the Endpoint read interaction.'
|
|
12
12
|
|
|
13
|
+
input :endpoint_ids,
|
|
14
|
+
title: 'Endpoint IDs',
|
|
15
|
+
description: 'Comma separated list of endpoint IDs that in sum contain all MUST SUPPORT elements',
|
|
16
|
+
default: 'bobrester-fhir-rest, mh-audiology-smd, murrabit-hospital-hl7-v2-mllp',
|
|
17
|
+
optional: true
|
|
18
|
+
|
|
13
19
|
id :au_core_v210_draft_endpoint_read_test
|
|
14
20
|
|
|
15
21
|
def self.demodata
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: au_core_test_kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ilya Beda
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2026-07-
|
|
12
|
+
date: 2026-07-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: inferno_core
|