Skip to content

Commit b87d7b8

Browse files
committed
test: align test_empty_session_local_none_id with SessionInfo default status 'unknown'
1 parent 362e6ac commit b87d7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/praisonai-agents/tests/managed/test_session_info_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def test_empty_session_local_none_id():
218218
result = agent.retrieve_session()
219219

220220
assert result["id"] == ""
221-
assert result["status"] == "none"
221+
assert result["status"] == "unknown"
222222

223223

224224
if __name__ == "__main__":

0 commit comments

Comments
 (0)