Revert "Standardize Session Name Attribute" (#5250)

This commit is contained in:
Michael Neale
2025-10-19 03:44:30 +11:00
committed by GitHub
parent 9b4c8726f1
commit 890393bb68
29 changed files with 237 additions and 1193 deletions
+1 -2
View File
@@ -381,8 +381,7 @@ pub fn create_test_session_metadata(message_count: usize, working_dir: &str) ->
Session {
id: "".to_string(),
working_dir: PathBuf::from(working_dir),
name: "Test session".to_string(),
user_set_name: false,
description: "Test session".to_string(),
created_at: Default::default(),
schedule_id: Some("test_job".to_string()),
recipe: None,