diff --git a/tests/ApiTest.php b/tests/ApiTest.php index f6f08ef..d88760c 100644 --- a/tests/ApiTest.php +++ b/tests/ApiTest.php @@ -60,7 +60,7 @@ public function testCreateMessageInvalidPhoneNumber() { public function testUploadDownloadMedia() { //constants - $mediaId = "text-media-id-" . uniqid(); + $mediaId = "text-media-id-" . uniqid() . ".txt"; $content = "Hello world"; $contentType = 'text/plain';