diff --git a/src/app/form/form.component.spec.ts b/src/app/form/form.component.spec.ts
index 83f6d5e3d547b07fadcd128c30934f1fff0e885c..9e6733867669dbe3c32233ebfaad36ce0a0656e4 100644
--- a/src/app/form/form.component.spec.ts
+++ b/src/app/form/form.component.spec.ts
@@ -95,7 +95,6 @@ describe('FormComponent', () => {
       nbTablets: new FormControl('structure.nbTablets'),
       nbNumericTerminal: new FormControl('structure.nbNumericTerminal'),
       equipmentsDetails: new FormControl('structure.equipmentsDetails'),
-      equipmentsAccessType: new FormControl([]),
     });
   });