nit backend tests

This commit is contained in:
Ruben Fiszel
2026-02-09 18:05:14 +00:00
parent cd4701a04a
commit aaab733fb2
+1 -1
View File
@@ -1496,7 +1496,7 @@ async fn toggle_workspace_error_handler(
}
None => {
tx.commit().await?;
Err(Error::ExecutionErr(
Err(Error::BadRequest(
"Workspace error handler needs to be defined".to_string(),
))
}