1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Update tests to support new confirmation check

This commit is contained in:
Matej Bačo 2022-09-01 09:09:38 +00:00
parent 646bbdf489
commit 3bb836a101

View file

@ -353,6 +353,7 @@ class AuthTest extends TestCase
'$id' => ID::custom('123'),
'memberships' => [
[
'confirm' => true,
'teamId' => ID::custom('abc'),
'roles' => [
'administrator',
@ -360,6 +361,7 @@ class AuthTest extends TestCase
]
],
[
'confirm' => true,
'teamId' => ID::custom('def'),
'roles' => [
'guest'
@ -387,6 +389,7 @@ class AuthTest extends TestCase
'$id' => ID::custom('123'),
'memberships' => [
[
'confirm' => true,
'teamId' => ID::custom('abc'),
'roles' => [
'administrator',
@ -394,6 +397,7 @@ class AuthTest extends TestCase
]
],
[
'confirm' => true,
'teamId' => ID::custom('def'),
'roles' => [
'guest'
@ -421,6 +425,7 @@ class AuthTest extends TestCase
'$id' => ID::custom('123'),
'memberships' => [
[
'confirm' => true,
'teamId' => ID::custom('abc'),
'roles' => [
'administrator',
@ -428,6 +433,7 @@ class AuthTest extends TestCase
]
],
[
'confirm' => true,
'teamId' => ID::custom('def'),
'roles' => [
'guest'