test: Remove deprecated as_tuple kwarg in FrappeTestAPI.post
This commit is contained in:
parent
6c726a161c
commit
e9af68e947
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user