Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FI-3381: Remove duplicate id #585

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading