mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 23:38:01 +00:00
test: Remove deprecated as_tuple kwarg in FrappeTestAPI.post
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user