web & api: rename stream to tunnel
- updated the endpoint to /tunnel - updated status to tunnel - fixed one incorrectly named error in web
This commit is contained in:
@@ -38,7 +38,7 @@ export async function runTest(url, params, expect) {
|
||||
throw error.join('\n');
|
||||
}
|
||||
|
||||
if (result.body.status === 'stream') {
|
||||
if (result.body.status === 'tunnel') {
|
||||
// TODO: stream testing
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user