mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Fix clippy error
This commit is contained in:
+1
-1
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user