test: Remove deprecated as_tuple kwarg in FrappeTestAPI.post

This commit is contained in:
Gavin D'souza 2022-06-13 14:26:59 +05:30
parent 6c726a161c
commit e9af68e947

View File

@ -59,7 +59,6 @@ class TestExotel(FrappeAPITestCase):
f"/api/method/erpnext.erpnext_integrations.exotel_integration.{api_method}",
data=frappe.as_json(data),
content_type="application/json",
as_tuple=True,
)
# restart db connection to get latest data
frappe.connect()