test: add tests for handler

This commit is contained in:
Maël Gangloff
2025-10-25 21:47:11 +02:00
parent 1ce55010d1
commit d91ff6ca86
4 changed files with 77 additions and 3 deletions

View File

@@ -289,7 +289,6 @@ class RDAPService
}
$domain->setDeleted(true);
$this->em->persist($domain);
$this->em->flush();
}