We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626bc23 commit 676ef7dCopy full SHA for 676ef7d
tests/modules/apigee_mock_api_client/tests/src/Traits/ApigeeMockApiClientHelperTrait.php
@@ -393,6 +393,7 @@ protected function createApigeexTeam(): TeamInterface {
393
$team = Team::create([
394
'name' => $this->randomMachineName(),
395
'displayName' => Random::getGenerator()->name(),
396
+ 'email' => $this->randomMachineName() . '@example.com',
397
]);
398
399
$this->queueAppGroupResponse($team->decorated());
0 commit comments