Merge branch '1.0' into 1.1

* 1.0:
  Fix wrong Balrog of Morgoth name
This commit is contained in:
Mateusz Zalewski 2018-03-19 08:48:53 +01:00
commit 350adf5303
No known key found for this signature in database
GPG key ID: BE101BD4D91463A4
3 changed files with 6 additions and 6 deletions

View file

@ -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"
],

View file

@ -70,7 +70,7 @@ class AdminUserApiTest extends JsonApiTestCase
$data =
<<<EOT
{
"username": "Barlog",
"username": "Balrog",
"email": "teamEvil@middleearth.com",
"plainPassword": "youShallNotPass",
"localeCode": "en_US"

View file

@ -1,7 +1,7 @@
{
"id": @integer@,
"username": "Barlog",
"usernameCanonical": "barlog",
"username": "Balrog",
"usernameCanonical": "balrog",
"roles": [
"ROLE_ADMINISTRATION_ACCESS"
],