Skip to content

Commit

Permalink
Add mail to expected properties in Cest
Browse files Browse the repository at this point in the history
  • Loading branch information
KoukiFactori committed Feb 8, 2023
1 parent 8a1c6a1 commit 987c322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Api/User/UserPatchCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ protected static function expectedProperties(): array
'login' => 'string',
'firstname' => 'string',
'lastname' => 'string',
'mail' => 'string:email',
];
}

Expand Down
1 change: 1 addition & 0 deletions tests/Api/User/UserPutCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ protected static function expectedProperties(): array
'login' => 'string',
'firstname' => 'string',
'lastname' => 'string',
'mail' => 'string:email',
];
}

Expand Down

0 comments on commit 987c322

Please sign in to comment.