Skip to content

Commit 83eb739

Browse files
committed
SWI-6496 Fix Media Tests
1 parent ed05c82 commit 83eb739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function testCreateMessageInvalidPhoneNumber() {
6060

6161
public function testUploadDownloadMedia() {
6262
//constants
63-
$mediaId = "text-media-id-" . uniqid();
63+
$mediaId = "text-media-id-" . uniqid() . ".txt";
6464
$content = "Hello world";
6565
$contentType = 'text/plain';
6666

0 commit comments

Comments
 (0)