Skip to content

Commit

Permalink
:bugs: fix: Fix the test for _summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncay Namli committed Dec 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d2bdfc0 commit 5cc5efa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -187,7 +187,7 @@ class FHIRReadEndpointTest extends OnFhirTest with FHIREndpoint {
//This is a summary parameter
(resource \ "identifier") !== JNothing

resource.obj.length === 12
resource.obj.length === 13
}
Get("/" + OnfhirConfig.baseUri + "/" + resourceType + "/" + resourceId + "?_summary=data") ~> fhirRoute ~> check {
status === OK

0 comments on commit 5cc5efa

Please sign in to comment.