runtime: project granted worker sessions
This commit is contained in:
@@ -2061,6 +2061,8 @@ mod tests {
|
||||
initial_input: None,
|
||||
working_directory_request: None,
|
||||
working_directory: None,
|
||||
worker_observation_enabled: false,
|
||||
worker_observation_grants: Vec::new(),
|
||||
workspace_api: None,
|
||||
}
|
||||
}
|
||||
@@ -2588,6 +2590,8 @@ mod ws_tests {
|
||||
initial_input: None,
|
||||
working_directory_request: None,
|
||||
working_directory: None,
|
||||
worker_observation_enabled: false,
|
||||
worker_observation_grants: Vec::new(),
|
||||
workspace_api: None,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user