Skip to content

Commit e49f047

Browse files
authored
Merge pull request #75 from Bandwidth/SWI-6496
SWI-6496 Fix Media Tests
2 parents ed05c82 + 83eb739 commit e49f047

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)