fix: adopt changes in test

This commit is contained in:
Björn Fromme
2026-03-16 12:00:56 +01:00
parent 12b69bd681
commit f3f2dc6cec
@@ -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