Skip to content

Commit 9119be3

Browse files
Update ApiTest.php
1 parent d3e25fa commit 9119be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ApiTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testUploadDownloadMedia() {
6262
//constants
6363
$mediaId = "text-media-id-" . uniqid();
6464
$content = "Hello world";
65-
$contentType = 'text/plain',
65+
$contentType = 'text/plain';
6666

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

0 commit comments

Comments
 (0)