mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 21:55:49 +00:00
Remove flaky header size test from getSize
Removed test for header size from getSize tests.
This commit is contained in:
@@ -19,11 +19,6 @@ script:post-response {
|
||||
}
|
||||
|
||||
tests {
|
||||
test("test header size", function() {
|
||||
const bodySize = res.getSize().header;
|
||||
expect(bodySize === 305).to.be.true;
|
||||
});
|
||||
|
||||
test("test total size", function() {
|
||||
const sizes = res.getSize();
|
||||
expect(sizes.total).to.equal(sizes.header + sizes.body);
|
||||
|
||||
Reference in New Issue
Block a user