Skip to content

Commit 6afd5bc

Browse files
authored
Tatpressa.ru: HTTP to HTTPS in tests (#3602)
1 parent d5f77c8 commit 6afd5bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Tatpressa.ru.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ FW.MultiScraper({ itemType : "multiple",
8383
var testCases = [
8484
{
8585
"type": "web",
86-
"url": "http://www.tatpressa.ru/news/search.html?keyword=%D0%A2%D0%9E%D0%A6",
86+
"url": "https://www.tatpressa.ru/news/search.html?keyword=%D0%A2%D0%9E%D0%A6",
8787
"items": "multiple"
8888
},
8989
{
9090
"type": "web",
91-
"url": "http://www.tatpressa.ru/news/6675.html",
91+
"url": "https://www.tatpressa.ru/news/6675.html",
9292
"items": [
9393
{
9494
"itemType": "newspaperArticle",
@@ -104,7 +104,7 @@ var testCases = [
104104
"libraryCatalog": "Tatpressa.ru",
105105
"publicationTitle": "Вечерняя Казань",
106106
"section": "Общество",
107-
"url": "http://www.tatpressa.ru/news/6675.html",
107+
"url": "https://www.tatpressa.ru/news/6675.html",
108108
"attachments": [
109109
{
110110
"title": "Tatpressa.ru Snapshot",
@@ -118,4 +118,4 @@ var testCases = [
118118
]
119119
}
120120
]
121-
/** END TEST CASES **/
121+
/** END TEST CASES **/

0 commit comments

Comments
 (0)