TF-4136 Remove all content-length in header request of mock unit test avoid run test fail
This commit is contained in:
@@ -95,7 +95,6 @@ void main() {
|
||||
},
|
||||
headers: {
|
||||
"accept": "application/json;jmapVersion=rfc-8621",
|
||||
"content-length": 250
|
||||
});
|
||||
|
||||
final httpClient = HttpClient(dio);
|
||||
|
||||
@@ -141,7 +141,6 @@ void main() {
|
||||
},
|
||||
headers: {
|
||||
"accept": "application/json;jmapVersion=rfc-8621",
|
||||
"content-length": 753
|
||||
});
|
||||
|
||||
final setRuleFilterMethod = SetRuleFilterMethod(AccountId(Id(
|
||||
|
||||
Reference in New Issue
Block a user