(e2e) change accounts to facilitate SIRET and add e2e test

We also add registration ID info to the /me endpoint, via serializers
This commit is contained in:
Laurent Bossavit
2024-12-23 17:09:43 +01:00
committed by Laurent Bossavit
parent 2435a59078
commit 8fd55a61c5
9 changed files with 58 additions and 7 deletions

View File

@@ -59,7 +59,7 @@
"realmRoles": ["user"]
},
{
"username": "marie",
"username": "e2e.marie",
"email": "marie.varzy@gmail.com",
"firstName": "Marie",
"lastName": "Devarzy",
@@ -70,7 +70,7 @@
"credentials": [
{
"type": "password",
"value": "people"
"value": "password-e2e.marie"
}
],
"realmRoles": ["user"]