Skip to content

Commit d3e25fa

Browse files
Update ApiTest.php
1 parent 77ce90a commit d3e25fa

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
@@ -65,7 +65,7 @@ public function testUploadDownloadMedia() {
6565
$contentType = 'text/plain',
6666

6767
//media upload
68-
$this->bandwidthClient->getMessaging()->getClient()->uploadMedia(getenv("BW_ACCOUNT_ID"), $mediaId, $content, $contentType;
68+
$this->bandwidthClient->getMessaging()->getClient()->uploadMedia(getenv("BW_ACCOUNT_ID"), $mediaId, $content, $contentType);
6969

7070
//media download
7171
$downloadedContent = $this->bandwidthClient->getMessaging()->getClient()->getMedia(getenv("BW_ACCOUNT_ID"), $mediaId)->getResult();

0 commit comments

Comments
 (0)