Skip to content

Commit

Permalink
SWI-6496 Fix Media Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 committed Nov 5, 2024
1 parent ed05c82 commit 83eb739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 83eb739

Please sign in to comment.