TF-4136 Remove all content-length in header request of mock unit test avoid run test fail

This commit is contained in:
dab246
2025-12-15 12:01:59 +07:00
committed by Dat H. Pham
parent fbf2533f3e
commit fdda936ac2
15 changed files with 17 additions and 30 deletions
@@ -64,7 +64,6 @@ void main() {
},
headers: {
"accept": "application/json;jmapVersion=rfc-8621",
"content-length": 292
});
final httpClient = HttpClient(dio);
@@ -105,7 +105,6 @@ void main() {
},
headers: {
"accept": "application/json;jmapVersion=rfc-8621",
"content-length": 765
}
);