diff --git a/web/atward/src/tests.rs b/web/atward/src/tests.rs index eb205fdf9..de5a230b4 100644 --- a/web/atward/src/tests.rs +++ b/web/atward/src/tests.rs @@ -58,11 +58,6 @@ fn depot_root_cgit_query() { #[test] fn plain_host_queries() { - assert_eq!( - dispatch(&handlers(), &"cs".into()), - Some("https://cs.tvl.fyi/".to_string()), - ); - assert_eq!( dispatch(&handlers(), &"cl".into()), Some("https://cl.tvl.fyi/".to_string()),