(test_agent, updated_agent_fields_payload)
| 22 | |
| 23 | @pytest.fixture |
| 24 | def 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 |