Skip to content

Commit

Permalink
Update ApiTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
brianluisgomez committed Aug 30, 2022
1 parent d3e25fa commit 9119be3
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 @@ -62,7 +62,7 @@ public function testUploadDownloadMedia() {
//constants
$mediaId = "text-media-id-" . uniqid();
$content = "Hello world";
$contentType = 'text/plain',
$contentType = 'text/plain';

//media upload
$this->bandwidthClient->getMessaging()->getClient()->uploadMedia(getenv("BW_ACCOUNT_ID"), $mediaId, $content, $contentType);
Expand Down

0 comments on commit 9119be3

Please sign in to comment.