Added tests for team members

This commit is contained in:
kolaente 2018-07-27 19:20:49 +02:00
parent d556162591
commit 261136c2bc
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
8 changed files with 112 additions and 2 deletions

View file

@ -0,0 +1,7 @@
-
team_id: 1
user_id: 1
admin: true
-
team_id: 1
user_id: 2

View file

@ -2,4 +2,14 @@
id: 1
username: 'user1'
password: '1234'
email: 'johndoe@example.com'
email: 'johndoe@example.com'
-
id: 2
username: 'user2'
password: '1234'
email: 'johndoe@example.com'
-
id: 3
username: 'user3'
password: '1234'
email: 'johndoe@example.com'