diff --git a/server/src/main.rs b/server/src/main.rs index e7319cb..4e305dc 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -69,7 +69,7 @@ mod test { #[test] fn static_css_get() { let client = Client::new(rocket()).expect("Valid rocket instance"); - check_get!(client, "/static/index.css"); + check_get!(client, "/static/css/index.css"); check_get!(client, "/static/css/about.css"); }