awslabs / fhir-works-on-aws-persistence-ddb

A DynamoDB implementation of the FHIR Works on AWS framework, enabling users to complete CRUD operations on FHIR resources
Apache License 2.0
27 stars 22 forks source link

fix: fix undefined object property #140

Closed ssvegaraju closed 2 years ago

ssvegaraju commented 2 years ago

Issue #, if available:

Description of changes: While working on #139 , I noticed that tests/linting were failing. This PR fixes the issues causing those tests to fail. (an object property was showing up as undefined for resources where it shouldn't even exist, causing the deep equality to fail).

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.