MCPcopy
hub / github.com/apache/caldera / expected_updated_agent_dump

Function expected_updated_agent_dump

tests/api/v2/handlers/test_agents_api.py:24–27  ·  view source on GitHub ↗
(test_agent, updated_agent_fields_payload)

Source from the content-addressed store, hash-verified

22
23@pytest.fixture
24def expected_updated_agent_dump(test_agent, updated_agent_fields_payload):
25 expected_payload = test_agent.schema.dump(test_agent)
26 expected_payload.update(updated_agent_fields_payload)
27 return expected_payload
28
29
30@pytest.fixture

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected