mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
In task manager and task manager test rest apis when a task or module which does not exist is requested, we get Internal Server Error. In such cases, wrap thrown exceptions in bad_param_exception to respond with Bad Request code. Modify test accordingly.