Skip to content

Commit

Permalink
Update tests/net/docker_io/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Junker <[email protected]>
  • Loading branch information
jordiolivares and steveej authored Jul 16, 2020
1 parent d7537e7 commit a81a019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/net/docker_io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit a81a019

Please sign in to comment.