Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Sep 3, 2024
1 parent e66bac7 commit 84e8ee3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/sdc/test_assemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ async def test_assemble_sub_questionnaire_fhir(aidbox_client, safe_db):
],
"status": "active",
"resourceType": "Questionnaire",
"assembledFrom": q['id'],
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-targetStructureMap",
Expand All @@ -577,5 +576,9 @@ async def test_assemble_sub_questionnaire_fhir(aidbox_client, safe_db):
},
],
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom",
"valueCanonical": q['id']
},
],
}

0 comments on commit 84e8ee3

Please sign in to comment.