Skip to content

Commit 676ef7d

Browse files
Add email field in create Appgroup unit test for ApigeeX 4.x (#1191)
1 parent 626bc23 commit 676ef7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/modules/apigee_mock_api_client/tests/src/Traits/ApigeeMockApiClientHelperTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ protected function createApigeexTeam(): TeamInterface {
393393
$team = Team::create([
394394
'name' => $this->randomMachineName(),
395395
'displayName' => Random::getGenerator()->name(),
396+
'email' => $this->randomMachineName() . '@example.com',
396397
]);
397398

398399
$this->queueAppGroupResponse($team->decorated());

0 commit comments

Comments
 (0)