mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Update tests/app/service/test_rest.py
Co-authored-by: Carlo Costino <ccostino@users.noreply.github.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user