@@ -98,7 +98,7 @@ func TestStateIssueRefreshPayloads(t *testing.T) {
9898 "operations" : []string {"poll" , "reconcile" },
9999 },
100100 },
101- WorkspaceRoot : "/tmp/symphony_workspaces " ,
101+ WorkspaceRoot : "/tmp/baton_workspaces " ,
102102 LogsRoot : logsRoot ,
103103 })
104104
@@ -120,7 +120,7 @@ func TestStateIssueRefreshPayloads(t *testing.T) {
120120 assertEqual (t , issue ["issue_identifier" ], "MT-HTTP" )
121121 assertEqual (t , issue ["issue_id" ], "issue-http" )
122122 assertEqual (t , issue ["status" ], "running" )
123- assertEqual (t , issue ["workspace" ], map [string ]any {"path" : filepath .Join ("/tmp/symphony_workspaces " , "MT-HTTP" )})
123+ assertEqual (t , issue ["workspace" ], map [string ]any {"path" : filepath .Join ("/tmp/baton_workspaces " , "MT-HTTP" )})
124124 assertEqual (t , issue ["attempts" ], map [string ]any {"restart_count" : float64 (0 ), "current_retry_attempt" : float64 (0 )})
125125 logs := issue ["logs" ].(map [string ]any )["codex_session_logs" ].([]any )
126126 if len (logs ) < 1 {
@@ -273,7 +273,7 @@ func TestStateUsesHumanizedMessageForNilAndStructuredEvents(t *testing.T) {
273273 "rate_limits" : nil ,
274274 },
275275 },
276- WorkspaceRoot : "/tmp/symphony_workspaces " ,
276+ WorkspaceRoot : "/tmp/baton_workspaces " ,
277277 })
278278
279279 ts := httptest .NewServer (h )
0 commit comments