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
+6
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'