()
| 459 | |
| 460 | #[test] |
| 461 | fn subdomain_fallback() { |
| 462 | let name = |
| 463 | resolve_identity_name("http://alice.localhost:8080/workspaces/w/projects/p/code"); |
| 464 | assert_eq!(name.as_deref(), Some("alice")); |
| 465 | } |
| 466 | |
| 467 | #[test] |
| 468 | fn full_domain_subdomain() { |
nothing calls this directly
no test coverage detected