exports: remove duplicate test

cfr commit 18a6a5a7eb
This commit is contained in:
2022-09-21 10:33:49 +02:00
parent 390009b395
commit eb112b8a85
3 changed files with 3 additions and 83 deletions

View File

@@ -37,7 +37,7 @@ final class ActivityTypeFilterTest extends AbstractFilterTest
$request->willExtend(\Symfony\Component\HttpFoundation\Request::class);
$request->getLocale()->willReturn('fr');
$this->filter = self::$container->get('chill.person.export.filter_activitytype');
$this->filter = self::$container->get('chill.activity.export.filter_activitytype');
}
public function getFilter()