Update tests/app/service/test_rest.py

Co-authored-by: Carlo Costino <ccostino@users.noreply.github.com>
This commit is contained in:
Andrew Shumway
2023-10-17 13:49:39 -06:00
committed by GitHub
parent c5e1452419
commit 125bfe2c8e

View File

@@ -404,7 +404,6 @@ def test_create_service(
)
assert json_resp["data"]["name"] == "created service"
# insert_service_sms_sender(service, current_app.config["FROM_NUMBER"])
service_sms_senders = ServiceSmsSender.query.filter_by(
service_id=service_db.id
).all()