()
| 95 | |
| 96 | #[test] |
| 97 | fn reference_with_colon_passes_through() { |
| 98 | let _guard = env_lock().lock().unwrap(); |
| 99 | let input = "myimage:latest"; |
| 100 | assert_eq!(resolve_community_image(input), input); |
| 101 | } |
| 102 | |
| 103 | #[test] |
| 104 | fn reference_with_dot_passes_through() { |
nothing calls this directly
no test coverage detected