Skip to content

Commit

Permalink
change bulk data group id
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed Nov 6, 2024
1 parent 198f0af commit 543e831
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class BulkDataGroupExportValidation < Inferno::TestGroup
Verify that Group compartment export from the Bulk Data server follow US Core Implementation Guide
DESCRIPTION

id :bulk_data_group_export_validation
id :g10_bulk_data_group_export_validation

input :status_output, :requires_access_token, :bearer_token, :bulk_download_url
input :lines_to_validate,
Expand Down
3 changes: 2 additions & 1 deletion lib/onc_certification_g10_test_kit/multi_patient_api_stu1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ class MultiPatientAPIGroupSTU1 < Inferno::TestGroup
test from: :g10_incorrectly_permitted_tls_versions_messages_setup,
id: :g10_bulk_group_export_tls_messages_setup

group from: :bulk_data_group_export_validation
group from: :g10_bulk_data_group_export_validation,
id: :bulk_data_group_export_validation

test from: :g10_incorrectly_permitted_tls_versions_messages_setup,
id: :g10_bulk_group_export_validation_messages_setup
Expand Down
3 changes: 2 additions & 1 deletion lib/onc_certification_g10_test_kit/multi_patient_api_stu2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ class MultiPatientAPIGroupSTU2 < Inferno::TestGroup
test from: :g10_incorrectly_permitted_tls_versions_messages_setup,
id: :g10_bulk_group_export_tls_messages_setup

group from: :bulk_data_group_export_validation
group from: :g10_bulk_data_group_export_validation,
id: :bulk_data_group_export_validation

test from: :g10_incorrectly_permitted_tls_versions_messages_setup,
id: :g10_bulk_group_export_validation_messages_setup
Expand Down

0 comments on commit 543e831

Please sign in to comment.