test fix
This commit is contained in:
@@ -114,7 +114,7 @@ fn next_worker_name() -> String {
|
||||
.unwrap_or(s)
|
||||
})
|
||||
.unwrap_or("no thread name");
|
||||
format!("{id}/{thread_name}")
|
||||
format!("{id}/worker-{thread_name}")
|
||||
}
|
||||
|
||||
pub struct ApiServer {
|
||||
|
||||
Reference in New Issue
Block a user