Skip to content

Commit

Permalink
Merge pull request #75 from Bandwidth/SWI-6496
Browse files Browse the repository at this point in the history
SWI-6496 Fix Media Tests
  • Loading branch information
ajrice6713 authored Nov 5, 2024
2 parents ed05c82 + 83eb739 commit e49f047
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 e49f047

Please sign in to comment.