Update web-platform-tests to revision b'8ff38c54ff3fab31f862570a38e73755785ba7ee'

This commit is contained in:
WPT Sync Bot 2023-01-11 02:36:27 +00:00
parent 9a03911abf
commit fb586f68cc
161 changed files with 3786 additions and 736 deletions

View file

@ -28,5 +28,5 @@ def main(request, response):
(b"Content-Type", b"application/json"),
(b"Set-Cookie", cookie)
]
body = b"{}"
body = b"dummy value"
return headers, body