()
| 288 | |
| 289 | #[test] |
| 290 | fn test_sandbox_context_device() { |
| 291 | let ctx = test_sandbox_context(); |
| 292 | let device = ctx.device(); |
| 293 | assert_eq!(device.hostname, "sandbox-abc123"); |
| 294 | } |
| 295 | |
| 296 | #[test] |
| 297 | fn test_sandbox_context_proxy_endpoint() { |
nothing calls this directly
no test coverage detected