changed fixture to have multiple users and let code it up one

This commit is contained in:
Thoscellen
2019-08-22 13:18:23 +02:00
parent a6fdbf3ae8
commit 099f346faa
3 changed files with 18 additions and 11 deletions

View File

@@ -1,4 +0,0 @@
{
"email": "Mutoid@yopmail.com",
"password": "123456"
}

View File

@@ -0,0 +1,12 @@
{
"Mutoid" : {
"type" : "user",
"email": "Mutoid@yopmail.com",
"password": "123456"
},
"Ovoid" : {
"type" : "user",
"email": "Ovoid@yopmail.com",
"password": "123456"
}
}