commit | e9af68e9474e7e7c03f6ede92aac5901dbd4c2c5 | [log] [tgz] |
---|---|---|
author | Gavin D'souza <gavin18d@gmail.com> | Mon Jun 13 14:26:59 2022 +0530 |
committer | Gavin D'souza <gavin18d@gmail.com> | Mon Jun 13 14:26:59 2022 +0530 |
tree | 900727456d156aeec1c8a456f87cfc5c305391a1 | |
parent | 6c726a161cdf653e96cca334018d5c2cf9329e23 [diff] |
test: Remove deprecated as_tuple kwarg in FrappeTestAPI.post
diff --git a/erpnext/tests/test_exotel.py b/erpnext/tests/test_exotel.py index 76bbb3e..31baf75 100644 --- a/erpnext/tests/test_exotel.py +++ b/erpnext/tests/test_exotel.py
@@ -59,7 +59,6 @@ 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()