We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ce90a commit d3e25faCopy full SHA for d3e25fa
tests/ApiTest.php
@@ -65,7 +65,7 @@ public function testUploadDownloadMedia() {
65
$contentType = 'text/plain',
66
67
//media upload
68
- $this->bandwidthClient->getMessaging()->getClient()->uploadMedia(getenv("BW_ACCOUNT_ID"), $mediaId, $content, $contentType;
+ $this->bandwidthClient->getMessaging()->getClient()->uploadMedia(getenv("BW_ACCOUNT_ID"), $mediaId, $content, $contentType);
69
70
//media download
71
$downloadedContent = $this->bandwidthClient->getMessaging()->getClient()->getMedia(getenv("BW_ACCOUNT_ID"), $mediaId)->getResult();
0 commit comments