diff --git a/features/steps/eps_api_steps.py b/features/steps/eps_api_steps.py index 019fe87c..ab4978f0 100644 --- a/features/steps/eps_api_steps.py +++ b/features/steps/eps_api_steps.py @@ -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)