Skip to content

Commit

Permalink
fix: edit test ressource to match georchestra master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Mar 29, 2024
1 parent 6e8a18b commit c5698de
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@
"testadmin"
]
},
{
"id": "2a6fb334-5b93-4b4b-9f48-f39b6a04376c",
"name": "IMPORT",
"description": "This role allows users to publish data with the importer application.",
"lastUpdated": "71fc44b07ffd0f98806894ac6d38e780e81c4c4c2831e896d63f8ac04d03f0a4",
"members": [
"testadmin",
"idatafeeder"
]
},
{
"id": "ad243705-eeec-4d1c-aa28-abb631e23a65",
"name": "USER",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
{
"username": "testuser",
"roles": [
"USER"
"USER",
"IMPORT"
],
"organization": "PSC",
"id": "048b2f38-6ee7-4eec-9bed-349cc6eb13c3",
"lastUpdated": "f30686969d96a5a7962aec9521a97f3493e042b79302f24c15771d90b8b99c56",
"lastUpdated": "cda8f14b4203ceadbc246193005aebbb87959349cbbfe9ee3d409118669816e5",
"firstName": "Test",
"lastName": "USER",
"email": "[email protected]",
Expand Down Expand Up @@ -57,11 +58,12 @@
"GN_ADMIN",
"USER",
"MAPSTORE_ADMIN",
"EMAILPROXY"
"EMAILPROXY",
"IMPORT"
],
"organization": "PSC",
"id": "0c6bb556-4ee8-46f2-892d-6116e262b489",
"lastUpdated": "035cabcdc6fdd76c5d8670dbc534e6123a5d04f2a7a80dd5cad138c6eb40a895",
"lastUpdated": "9942b5348c83d8607de857f7d75ef7dfcbff699d7929d38674eb90a0bfc10ce7",
"firstName": "Test",
"lastName": "ADMIN",
"email": "[email protected]",
Expand All @@ -73,11 +75,12 @@
{
"username": "idatafeeder",
"roles": [
"GN_ADMIN"
"GN_ADMIN",
"IMPORT"
],
"organization": null,
"id": "ab18b654-b281-4b6d-b09c-a2a4a690216d",
"lastUpdated": "dac700ed4f2eb2185a4bc875ebdabdcdb422ffad20e29fdccabfde4589864d2e",
"lastUpdated": "c560896a13a6d9ce7b8d46eb0a7c0460e6679aefdd220442f90d68a41ce9557f",
"firstName": "Datafeeder",
"lastName": "Import",
"email": "[email protected]",
Expand Down

0 comments on commit c5698de

Please sign in to comment.