fix: adopt changes in test

This commit is contained in:
Björn Fromme
2025-12-16 13:31:06 +01:00
parent 14fe9bd44f
commit a576fa2d23
@@ -54,10 +54,6 @@ class ParticipantPrepopulationServiceTest extends TestCase
->with('[email protected]', 'decrypted_password')
->willReturn($personalData);
$this->logger->expects($this->once())
->method('info')
->with('Prepopulated applicant data from user profile', ['email' => '[email protected]']);
$result = $this->service->prepopulateApplicantFromUser($user, $applicant);
// BPN API IDs for linking to existing records
@@ -104,9 +100,6 @@ class ParticipantPrepopulationServiceTest extends TestCase
->method('getPersonalData')
->willReturn($personalData);
$this->logger->expects($this->once())
->method('info');
$result = $this->service->prepopulateApplicantFromUser($user, $applicant);
// Required fields should be populated