We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968117e commit b3a0dadCopy full SHA for b3a0dad
tests/features/steps/3_assert.py
@@ -229,7 +229,7 @@ def assert_bundle_contains_documentreference_values_step(context: Context):
229
raise ValueError("No id provided in the table")
230
231
for entry in context.bundle.entry:
232
- if entry.resource.id != items["id"]:
+ if entry.resource.get("id") != items["id"]:
233
continue
234
235
return assert_document_reference_matches_value(context, entry.resource, items)
0 commit comments