MCPcopy Create free account
hub / github.com/Tong89/smartNode / _valid_request_data

Function _valid_request_data

tests/test_core.py:51–59  ·  view source on GitHub ↗
(**overrides)

Source from the content-addressed store, hash-verified

49
50
51def _valid_request_data(**overrides) -> dict:
52 base = {
53 "data_type": "TASK_CMD",
54 "data_size": 512,
55 "priority": 5,
56 "max_delay": 600,
57 }
58 base.update(overrides)
59 return base
60
61
62# ---------------------------------------------------------------------------

Calls

no outgoing calls

Tested by

no test coverage detected