We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e25fa commit 9119be3Copy full SHA for 9119be3
tests/ApiTest.php
@@ -62,7 +62,7 @@ public function testUploadDownloadMedia() {
62
//constants
63
$mediaId = "text-media-id-" . uniqid();
64
$content = "Hello world";
65
- $contentType = 'text/plain',
+ $contentType = 'text/plain';
66
67
//media upload
68
$this->bandwidthClient->getMessaging()->getClient()->uploadMedia(getenv("BW_ACCOUNT_ID"), $mediaId, $content, $contentType);
0 commit comments