update test remove role_ for user in DB

This commit is contained in:
2025-08-02 13:06:05 +02:00
committed by swordsteel
parent 5e0ba7ed2a
commit 97b8becd08
7 changed files with 35 additions and 32 deletions

View File

@@ -10,8 +10,8 @@ Content-Type: application/json
"password": "p4ssw0rd",
"enabled": true,
"roles": [
"ROLE_ADMIN",
"ROLE_TEST"
"ADMIN",
"TEST"
]
}
@@ -24,7 +24,7 @@ Content-Type: application/json
"password": "pass",
"enabled": true,
"roles": [
"ROLE_TEST"
"TEST"
]
}
@@ -36,6 +36,6 @@ Content-Type: application/json
"username": "user",
"enabled": true,
"roles": [
"ROLE_TEST"
"TEST"
]
}