Skip to content

Commit

Permalink
made carin wait test id unique
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessa Fotso <[email protected]>
  • Loading branch information
vanessuniq committed Dec 9, 2024
1 parent 8bb6515 commit 0839413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def self.test_resumes?(test)
[US Core Client CapabilityStatement](https://hl7.org/fhir/us/core/STU3.1.1/CapabilityStatement-us-core-client.html).
)

test from: :initial_wait_test
test from: :c4bb_v200_initial_wait_test
end

group do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module CarinForBlueButtonTestKit
class C4BBClientInitialWaitTest < Inferno::Test
include URLs

id :initial_wait_test
id :c4bb_v200_initial_wait_test
title 'Client makes claims data and required search parameter requests'
description %(
This test will receive claims data requests and search requests until the user confirms they are done.
Expand Down

0 comments on commit 0839413

Please sign in to comment.