Skip to content

Commit

Permalink
test(api): Correct tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theotime2005 authored and P-Jeremy committed Jan 29, 2025
1 parent 66f08ce commit 34451ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ describe('Acceptance | Application | organization-controller', function () {
email: userToReInvite.email,
status: OrganizationInvitation.StatusType.PENDING,
role: null,
lang: 'fr',
'updated-at': now,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ describe('Acceptance | Team | Application | Controller | organization-invitation
status: OrganizationInvitation.StatusType.PENDING,
'updated-at': firstOrganizationInvitation.updatedAt,
role: firstOrganizationInvitation.role,
lang: firstOrganizationInvitation.locale,
},
},
{
Expand All @@ -355,6 +356,7 @@ describe('Acceptance | Team | Application | Controller | organization-invitation
status: OrganizationInvitation.StatusType.PENDING,
'updated-at': secondOrganizationInvitation.updatedAt,
role: secondOrganizationInvitation.role,
lang: secondOrganizationInvitation.locale,
},
},
],
Expand Down Expand Up @@ -450,6 +452,7 @@ describe('Acceptance | Team | Application | Controller | organization-invitation
email: user1.email,
status,
role: null,
lang: 'fr-fr',
},
},
{
Expand All @@ -459,6 +462,7 @@ describe('Acceptance | Team | Application | Controller | organization-invitation
email: user2.email,
status,
role: null,
lang: 'fr-fr',
},
},
];
Expand Down

0 comments on commit 34451ff

Please sign in to comment.