Skip to content

Commit

Permalink
Update update-action-statut.router.e2e-spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
farnoux committed Dec 24, 2024
1 parent 24ddd16 commit 6b77c5c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ describe('UpdateActionStatutRouter', () => {
const caller = router.createCaller({ user: null });

const input: Input = {
referentielId: ReferentielType.CAE,
actionStatut: {
collectiviteId: 1,
actionId: 'cae_1.1.1.2',
Expand All @@ -47,7 +46,6 @@ describe('UpdateActionStatutRouter', () => {
const caller = router.createCaller({ user: yoloDodoUser });

const input: Input = {
referentielId: ReferentielType.CAE,
actionStatut: {
collectiviteId: rhoneAggloCollectiviteId,
actionId: 'cae_1.1.1.2',
Expand All @@ -68,7 +66,6 @@ describe('UpdateActionStatutRouter', () => {
const caller = router.createCaller({ user: yoloDodoUser });

const input: Input = {
referentielId: ReferentielType.CAE,
actionStatut: {
collectiviteId: 1,
actionId: 'cae_1.1.1.11',
Expand All @@ -91,7 +88,6 @@ describe('UpdateActionStatutRouter', () => {
const caller = router.createCaller({ user: yoloDodoUser });

const input: Input = {
referentielId: ReferentielType.CAE,
actionStatut: {
collectiviteId: 1,
actionId: 'cae_1.1.1.1.2',
Expand Down Expand Up @@ -140,7 +136,6 @@ describe('UpdateActionStatutRouter', () => {

// Restore the previous state
const actionNonFaite: Input = {
referentielId: ReferentielType.CAE,
actionStatut: {
collectiviteId: 1,
actionId: 'cae_1.1.1.1.2',
Expand Down

0 comments on commit 6b77c5c

Please sign in to comment.