Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed Jun 13, 2024
1 parent b2ac591 commit 7613af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_intervention.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_put_interventions(client):

access_token = get_access(client, roles=["staging"])

idPrescriptionDrug = "99"
idPrescriptionDrug = "1"
data = {
"status": "s",
"admissionNumber": 5,
Expand Down

0 comments on commit 7613af7

Please sign in to comment.