TF-4136 Remove all content-length in header request of mock unit test avoid run test fail
This commit is contained in:
@@ -56,7 +56,6 @@ void main() {
|
||||
},
|
||||
headers: {
|
||||
"accept": "application/json;jmapVersion=rfc-8621",
|
||||
"content-length": 162
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@@ -69,7 +69,6 @@ void main() {
|
||||
},
|
||||
headers: {
|
||||
"accept": "application/json;jmapVersion=rfc-8621",
|
||||
"content-length": 868
|
||||
}
|
||||
);
|
||||
|
||||
@@ -163,7 +162,6 @@ void main() {
|
||||
},
|
||||
headers: {
|
||||
"accept": "application/json;jmapVersion=rfc-8621",
|
||||
"content-length": 256
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user