refactor: remove verification field from responses and update related documentation
All checks were successful
CI / test (push) Successful in 7s
All checks were successful
CI / test (push) Successful in 7s
This commit is contained in:
@@ -35,7 +35,6 @@ def test_cli_emits_structured_return_and_data(monkeypatch: Any, capsys, tmp_path
|
||||
result="Done",
|
||||
return_message="Task completed successfully",
|
||||
data="file1.txt\nfile2.txt",
|
||||
verification={"ok": True, "path": "C:/tmp/final.png"},
|
||||
steps=3,
|
||||
started_at=10.0,
|
||||
ended_at=12.5,
|
||||
@@ -67,4 +66,3 @@ def test_cli_emits_structured_return_and_data(monkeypatch: Any, capsys, tmp_path
|
||||
assert payload["response"]["data"] == "file1.txt\nfile2.txt"
|
||||
assert payload["return"] == "Task completed successfully"
|
||||
assert payload["data"] == "file1.txt\nfile2.txt"
|
||||
assert payload["verification"] == {"ok": True, "path": "C:/tmp/final.png"}
|
||||
|
||||
Reference in New Issue
Block a user