()
| 102 | |
| 103 | #[test] |
| 104 | fn reference_with_dot_passes_through() { |
| 105 | let _guard = env_lock().lock().unwrap(); |
| 106 | let input = "registry.example.com"; |
| 107 | assert_eq!(resolve_community_image(input), input); |
| 108 | } |
| 109 | |
| 110 | #[test] |
| 111 | fn trailing_slash_in_env_is_trimmed() { |
nothing calls this directly
no test coverage detected