Skip to content

Commit

Permalink
fix(backend): fix unit test for getUsagerDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Nov 19, 2024
1 parent f190508 commit 4d75405
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const UsagerDocsControllerSecurityTests: AppTestHttpClientSecurityTestDef
context.user,
{
roles: ["simple", "responsable", "admin"],
validStructureIds: [1],
validExpectedResponseStatus: HttpStatus.OK, // filesystem document does not exists in tests
invalidStructureIdExpectedResponseStatus: HttpStatus.BAD_REQUEST,
}
Expand Down

0 comments on commit 4d75405

Please sign in to comment.