Skip to content

Commit fe181a0

Browse files
committed
update smsapi image path in mms test
1 parent 7a532ac commit fe181a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ _.forEach(optionsByAuth, function (options, authName) {
201201

202202
describe('mms', function () {
203203
it('should send mms', function (done) {
204-
var smil = '<smil><head><layout><root-layout height="600" width="425"/> <region id="Image" top="0" left="0" height="100%" width="100%" fit="meet"/></layout></head><body><par dur="5000ms"><img src="http://www.smsapi.pl/assets/img/mms.jpg" region="Image"></img></par></body></smil>';
204+
var smil = '<smil><head><layout><root-layout height="600" width="425"/> <region id="Image" top="0" left="0" height="100%" width="100%" fit="meet"/></layout></head><body><par dur="5000ms"><img src="https://www.smsapi.pl//public/images/smsapi.png" region="Image"></img></par></body></smil>';
205205

206206
smsapi.message
207207
.mms()

0 commit comments

Comments
 (0)