Skip to content

Commit

Permalink
Removed @given tag from "I release the prescription" BDD step
Browse files Browse the repository at this point in the history
  • Loading branch information
seansteberisal committed Sep 18, 2024
1 parent 8c84b4e commit 5559e92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/steps/eps_api_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def i_sign_a_new_prescription(context):
create_signed_prescription(context)


@given("I release the prescription")
@when("I release the prescription")
def i_release_the_prescription(context):
release_signed_prescription(context)
Expand Down

0 comments on commit 5559e92

Please sign in to comment.