fix(runtime): isolate agent state by project (#101)
This commit is contained in:
@ -188,6 +188,7 @@ fn live_agent_list_dto_serialises_camelcase_array() {
|
||||
let node_a = NodeId::from_uuid(Uuid::from_u128(21));
|
||||
let session_a = domain::SessionId::from_uuid(Uuid::from_u128(31));
|
||||
let dto = LiveAgentListDto::from_snapshots(vec![LiveSessionSnapshot {
|
||||
project_id: domain::ProjectId::from_uuid(Uuid::from_u128(1)),
|
||||
agent_id: agent_a,
|
||||
node_id: node_a,
|
||||
session_id: session_a,
|
||||
|
||||
Reference in New Issue
Block a user