mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge branch '1.0' into 1.1
* 1.0: Fix wrong Balrog of Morgoth name
This commit is contained in:
commit
350adf5303
3 changed files with 6 additions and 6 deletions
|
|
@ -109,7 +109,7 @@ Exemplary Response
|
|||
{
|
||||
"id": 7,
|
||||
"username": "Balrog",
|
||||
"usernameCanonical": "barlog",
|
||||
"usernameCanonical": "balrog",
|
||||
"roles": [
|
||||
"ROLE_ADMINISTRATION_ACCESS"
|
||||
],
|
||||
|
|
@ -219,7 +219,7 @@ Exemplary Response
|
|||
{
|
||||
"id": 9,
|
||||
"username": "Balrog",
|
||||
"usernameCanonical": "barlog",
|
||||
"usernameCanonical": "balrog",
|
||||
"roles": [
|
||||
"ROLE_ADMINISTRATION_ACCESS"
|
||||
],
|
||||
|
|
@ -278,7 +278,7 @@ Exemplary Response
|
|||
{
|
||||
"id": 9,
|
||||
"username": "Balrog",
|
||||
"usernameCanonical": "barlog",
|
||||
"usernameCanonical": "balrog",
|
||||
"roles": [
|
||||
"ROLE_ADMINISTRATION_ACCESS"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class AdminUserApiTest extends JsonApiTestCase
|
|||
$data =
|
||||
<<<EOT
|
||||
{
|
||||
"username": "Barlog",
|
||||
"username": "Balrog",
|
||||
"email": "teamEvil@middleearth.com",
|
||||
"plainPassword": "youShallNotPass",
|
||||
"localeCode": "en_US"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": @integer@,
|
||||
"username": "Barlog",
|
||||
"usernameCanonical": "barlog",
|
||||
"username": "Balrog",
|
||||
"usernameCanonical": "balrog",
|
||||
"roles": [
|
||||
"ROLE_ADMINISTRATION_ACCESS"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue