(server: RunningServer)
| 183 | } |
| 184 | |
| 185 | const terminalsUrl = (server: RunningServer): string => |
| 186 | `${server.address}/api/v1/sessions/some-session/terminals`; |
| 187 | |
| 188 | it('returns 404 for shutdown and terminals on a public bind without the allow flags', async () => { |
| 189 | const { server } = await bootExposure(); |
no outgoing calls
no test coverage detected