BootProbes: add a websocket probe

This self-test isn't perfect because we're running it from the backend
instead of the frontend. Conceivably the backend might have trouble
resolving its own url. Eventually we should move this test or
something like it to something that executes in the frontend.
This commit is contained in:
Jordi Gutiérrez Hermoso
2024-05-09 16:46:25 -04:00
committed by jordigh
parent 088578f541
commit 07b80b1110
3 changed files with 44 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ export type BootProbeIds =
'host-header' |
'sandboxing' |
'system-user' |
'authentication'
'authentication' |
'websockets'
;
export interface BootProbeResult {