final ResourceConfigurationUpdate expectedUpdate = new ResourceConfigurationUpdate(fixture.resource,
translatedConfig, fixture.subject.getName());
expectedUpdate.setId(-1);
final AgentClient agentClient = context.mock(AgentClient.class);
final ConfigurationAgentService configAgentService = context.mock(ConfigurationAgentService.class);
final ConfigurationUpdateRequest expectedUpdateRequest = new ConfigurationUpdateRequest(expectedUpdate.getId(),
expectedUpdate.getConfiguration(), expectedUpdate.getResource().getId());