diff --git a/pgml-dashboard/src/api/cms.rs b/pgml-dashboard/src/api/cms.rs index 6b234df42..a5cc975f2 100644 --- a/pgml-dashboard/src/api/cms.rs +++ b/pgml-dashboard/src/api/cms.rs @@ -550,7 +550,7 @@ This is the end of the markdown let rsp = req.dispatch().await; assert!( - rsp.status() == Status::NotFound, + rsp.status() == Status::Ok, "Returned status {:?}", rsp.status() );