Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Removed skip statement in transaction_test.rb for to GET interactions
Browse files Browse the repository at this point in the history
Since we noe have implemented support for GET interactions in
batch/transaction bundles we can now enable these.

Related issue: FirelyTeam/spark#305.
  • Loading branch information
kennethmyhra committed Sep 5, 2021
1 parent 5ab87b2 commit 0f39b6e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/tests/suites/transaction_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ def teardown
validates resource: nil, methods: ['transaction-system']
}

skip 'TODO: https://github.com/FirelyTeam/spark/issues/305'

assert @created_patient_record, 'Could not create patient in XFER0.'

# height observation
Expand Down Expand Up @@ -470,8 +468,6 @@ def teardown
validates resource: nil, methods: ['batch-system']
}

skip 'TODO: https://github.com/FirelyTeam/spark/issues/305'

@batch_patient_2 = ResourceGenerator.minimal_patient("#{Time.now.to_i}",'Batch', version_namespace)
reply = @client.create @batch_patient_2
assert_response_ok(reply)
Expand Down

0 comments on commit 0f39b6e

Please sign in to comment.