From 83eb739a3f84c12628a16ff1b2241fdb931f7967 Mon Sep 17 00:00:00 2001 From: AJ Rice <53190766+ajrice6713@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:36:12 -0500 Subject: [PATCH] SWI-6496 Fix Media Tests --- tests/ApiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';