fix: Remove test for non-existing DNS record

pull/24376/head
Marko Mikulicic 2021-02-24 23:05:58 +01:00 committed by kodiakhq[bot]
parent 12b768b8f1
commit 4e338cd7e8
1 changed files with 0 additions and 9 deletions

View File

@ -301,15 +301,6 @@ mod tests {
clap::ErrorKind::ValueValidation
);
assert_eq!(
Config::from_iter_safe(strip_server(
to_vec(&["cmd", "server", "--api-bind", "badhost.badtld:1234"]).into_iter(),
))
.map_err(|e| e.kind)
.expect_err("must fail"),
clap::ErrorKind::ValueValidation
);
Ok(())
}
}