1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00
This commit is contained in:
prateek banga 2023-10-26 00:02:22 +05:30
parent 2435f722ca
commit f5aa226b57

View file

@ -1234,7 +1234,8 @@ trait UsersBase
], $this->getHeaders()), [
'providerId' => 'unique()',
'name' => 'Sengrid1',
'apiKey' => 'my-apikey'
'apiKey' => 'my-apikey',
'from' => 'from@domain.com',
]);
$this->assertEquals(201, $provider['headers']['status-code']);
$response = $this->client->call(Client::METHOD_POST, '/users/' . $data['userId'] . '/targets', array_merge([