remove fixme

This commit is contained in:
Simon Knott 2025-01-20 17:20:24 +01:00
parent 6f3504d931
commit b2b9fe8db5
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -165,7 +165,7 @@ test.describe('transparent', () => {
expect(await response.text()).toBe('hello');
expect(await responseEvent.body()).toEqual(Buffer.from('hello'));
expect(requestEvent.postData()).toBe('hello');
expect(await requestEvent.sizes()).toEqual({ // TODO: fixme
expect(await requestEvent.sizes()).toEqual({
requestBodySize: 5,
requestHeadersSize: 218,
responseBodySize: 5,