Skip to content

Commit 3a4e3b7

Browse files
committed
fixed viddler test
1 parent 4c15d87 commit 3a4e3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ViddlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function testOne()
1111
'type' => 'video',
1212
'code' => '<iframe width="620" height="349" src="http://www.viddler.com/embed/bdce8c7" frameborder="0" allowfullscreen></iframe>',
1313
'providerName' => 'Viddler',
14-
'providerUrl' => 'http://viddler.com/',
14+
'providerUrl' => 'http://www.viddler.com/',
1515
]
1616
);
1717
}

0 commit comments

Comments
 (0)