Skip to content

Commit

Permalink
WIP: fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Dec 14, 2023
1 parent ee370b6 commit b42bd3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,10 @@ def test_existing_active(
)

result = sync_bundle(faux_token, external_patient_search_active)
assert result["active"] != internal_patient_inactive_match["entry"][0]["resource"]["active"]
assert (
result["active"]
== internal_patient_inactive_match["entry"][0]["resource"]["active"]
)


def test_existing_inactive(
Expand Down

0 comments on commit b42bd3e

Please sign in to comment.