diff --git a/tests/net/docker_io/mod.rs b/tests/net/docker_io/mod.rs index ff99af0b..00bb43ac 100644 --- a/tests/net/docker_io/mod.rs +++ b/tests/net/docker_io/mod.rs @@ -64,7 +64,7 @@ fn test_dockerio_insecure() { } #[test] -fn test_dockerio_unauthed() { +fn test_dockerio_anonymous_auth() { let mut runtime = Runtime::new().unwrap(); let image = "library/alpine"; let version = "latest";