mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
Remove body size test from getSize tests
This commit is contained in:
@@ -19,12 +19,6 @@ script:post-response {
|
||||
}
|
||||
|
||||
tests {
|
||||
test("test body size", function() {
|
||||
const bodySize = res.getSize().body;
|
||||
// 1MB = 1024*1024 = 1048576
|
||||
expect(bodySize > 1048576).to.be.true;
|
||||
});
|
||||
|
||||
test("test header size", function() {
|
||||
const bodySize = res.getSize().header;
|
||||
expect(bodySize === 305).to.be.true;
|
||||
|
||||
Reference in New Issue
Block a user