mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
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