TF-1487 Fix run command flutter test

(cherry picked from commit 798b5613d2cc98223c7c236545c244c1499dc982)
This commit is contained in:
dab246
2023-02-24 00:12:37 +07:00
committed by Dat Vu
parent c51de39e01
commit 7b23424e32
24 changed files with 99 additions and 485 deletions
@@ -64,8 +64,7 @@ void main() {
},
headers: {
"accept": "application/json;jmapVersion=rfc-8621",
"content-type": "application/json; charset=utf-8",
"content-length": 212
"content-length": 292
});
final httpClient = HttpClient(dio);
@@ -98,8 +98,7 @@ void main() {
},
headers: {
"accept": "application/json;jmapVersion=rfc-8621",
"content-type": "application/json; charset=utf-8",
"content-length": 420
"content-length": 765
}
);