Skip to content

Commit ee93698

Browse files
committed
fixed some tests
1 parent 6a4edf4 commit ee93698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/LavozdegaliciaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function testOne()
1212
'title' => 'Deseñadores galegos organizan o seu primeiro encontro en Rianxo',
1313
'type' => 'link',
1414
'providerName' => 'La Voz de Galicia',
15-
'providerUrl' => 'http://lavozdegalicia.es',
15+
'providerUrl' => 'https://lavozdegalicia.es',
1616
]
1717
);
1818
}

tests/WordPressTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function testOne()
1212
'title' => 'Dave Ross: Optimize Image Files Like a Pro',
1313
'imageWidth' => 400,
1414
'imageHeight' => 224,
15-
'providerUrl' => 'http://wordpress.tv',
15+
'providerUrl' => 'https://wordpress.tv',
1616
]
1717
);
1818
}

0 commit comments

Comments
 (0)