From 1c43e8d8634a0a70e8ce21c25fd31f9e19715073 Mon Sep 17 00:00:00 2001 From: Nishant Kumar Date: Thu, 14 Mar 2024 00:11:15 +0530 Subject: [PATCH] cofigured with mail --- test/codegen/dart_dio_codegen_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/codegen/dart_dio_codegen_test.dart b/test/codegen/dart_dio_codegen_test.dart index 1a612a9a..f14af748 100644 --- a/test/codegen/dart_dio_codegen_test.dart +++ b/test/codegen/dart_dio_codegen_test.dart @@ -493,7 +493,7 @@ void main() async { try { final data = dio.FormData(); final List> formDataList = [ - {"name": "text", "value": "xyz", "type": "text"}, + {"name": "token", "value": "xyz", "type": "text"}, {"name": "sep", "value": "|", "type": "text"}, {"name": "times", "value": "3", "type": "text"} ];