From f5aa226b57679a007d9240194c7b98d16d214e6b Mon Sep 17 00:00:00 2001 From: prateek banga Date: Thu, 26 Oct 2023 00:02:22 +0530 Subject: [PATCH] fix test --- tests/e2e/Services/Users/UsersBase.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/e2e/Services/Users/UsersBase.php b/tests/e2e/Services/Users/UsersBase.php index 9c734befea..9ca00aa5df 100644 --- a/tests/e2e/Services/Users/UsersBase.php +++ b/tests/e2e/Services/Users/UsersBase.php @@ -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([