Skip to content

Commit 5607e31

Browse files
Guy BedfordJakeChampion
authored andcommitted
chunked response, fixup wpt expectations
1 parent a0ef761 commit 5607e31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

integration-tests/js-compute/fixtures/byob/tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"downstream_response": {
99
"status": 200,
10-
"body": "hey1hey2hey3"
10+
"body": ["hey1hey2hey3"]
1111
}
1212
}
1313
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"byobRequest.respond() after enqueue() should not crash": {
3-
"status": "PASS"
3+
"status": "FAIL"
44
},
55
"byobRequest.respond() with cached byobRequest after enqueue() should not crash": {
6-
"status": "PASS"
6+
"status": "FAIL"
77
},
88
"byobRequest.respond() after enqueue() with double read should not crash": {
9-
"status": "PASS"
9+
"status": "FAIL"
1010
}
1111
}

0 commit comments

Comments
 (0)