Skip to content

Commit

Permalink
update who test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRelief committed Dec 20, 2024
1 parent c692354 commit 617a88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/who-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ module.exports = {
list: {
apiConfiguration: '62cc2355d3d00f628c6d3574',
endpoint: '/referenceData/items/SystemPosition',
path: '$.value[?(@.ApplicationId==1)]',
path: '$.value[?(@.ApplicationId==1 || @.ApplicationId==5)]',
id: 'Id',
title: 'Name',
description: 'Description',
},
user: {
apiConfiguration: '62cc2355d3d00f628c6d3574',
endpoint: '/users/permissions',
path: '$.systemRules.Permissions[?(@.Application=="EMS")].ApplicationPositions.*',
path: '$.systemRules.Permissions[?(@.Application=="EMS" || @.Application=="EIS")].ApplicationPositions.*',
id: 'ApplicationPositionId',
},
},
Expand Down

0 comments on commit 617a88a

Please sign in to comment.