Skip to content

Commit

Permalink
VOL-5305 add the new operator-tc user to validation for user creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilindsay committed Aug 14, 2024
1 parent 59e5f6e commit 73f6722
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/User/CreateUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ final class CreateUser extends AbstractCommand
* "internal-case-worker",
* "internal-admin",
* "internal-irhp-admin",
* "operator-tc",
* "operator-admin",
* "operator-user",
* "operator-tm",
Expand Down
1 change: 1 addition & 0 deletions src/Command/User/UpdateUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ final class UpdateUser extends AbstractCommand
* "internal-case-worker",
* "internal-admin",
* "internal-irhp-admin",
* "operator-tc",
* "operator-admin",
* "operator-user",
* "operator-tm",
Expand Down
1 change: 1 addition & 0 deletions test/Command/User/CreateUserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ protected function getValidFieldValues()
"internal-case-worker",
"internal-admin",
"internal-irhp-admin",
"operator-tc",
"operator-admin",
"operator-user",
"operator-tm",
Expand Down
1 change: 1 addition & 0 deletions test/Command/User/UpdateUserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ protected function getValidFieldValues()
"internal-case-worker",
"internal-admin",
"internal-irhp-admin",
"operator-tc",
"operator-admin",
"operator-user",
"operator-tm",
Expand Down

0 comments on commit 73f6722

Please sign in to comment.