()
| 586 | |
| 587 | #[test] |
| 588 | fn subdomain_fallback() { |
| 589 | let name = |
| 590 | resolve_identity_name("http://alice.localhost:8080/workspaces/w/projects/p/code"); |
| 591 | assert_eq!(name.as_deref(), Some("alice")); |
| 592 | } |
| 593 | |
| 594 | #[test] |
| 595 | fn full_domain_subdomain() { |
nothing calls this directly
no test coverage detected