You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
During setup, the code attempts to get a Patient resource from the client under test, otherwise it will create a new one. Unfortunately the created resource is just a local ruby object, it is not created on the client. This causes problems when trying to fetch the resource in test R005 itself.
The text was updated successfully, but these errors were encountered:
In the R005 test of the ReadTest, a fatal error can occur:
During setup, the code attempts to get a Patient resource from the client under test, otherwise it will create a new one. Unfortunately the created resource is just a local ruby object, it is not created on the client. This causes problems when trying to fetch the resource in test R005 itself.
The text was updated successfully, but these errors were encountered: