Fix clippy error

This commit is contained in:
Anthony Oteri
2023-09-26 23:00:28 -04:00
parent 2e10f9b5f7
commit 1ebe0bba84
+1 -1
View File
@@ -112,7 +112,7 @@ mod tests {
} }
/// Test that given only an FQDN for a specific host in the <REGISTRY> /// Test that given only an FQDN for a specific host in the <REGISTRY>
/// argument, we return an HTTPS url with that FQDN as the host_str. /// argument, we return an HTTPS url with that FQDN as the host.
#[test] #[test]
fn test_parse_valid_fqdn_registry_arg() { fn test_parse_valid_fqdn_registry_arg() {
let host = "example.com"; let host = "example.com";