update test remove role_ for user in DB
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user