implement heartbeat command

This commit is contained in:
ars
2026-05-24 18:36:55 +03:00
parent c92c5195ce
commit f9aed123fd
11 changed files with 663 additions and 25 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from nexus_sync.common import (
)
def test_heartbeat_request_accepts_current_mvp_payload() -> None:
def test_heartbeat_request_accepts_payload() -> None:
payload = HeartbeatRequest(
client_id="macbook-pro-01",
observed_at=datetime(2026, 5, 24, 13, 20, 30, tzinfo=UTC),