Skip to content

Commit 6e8f20f

Browse files
authored
Fix: use HTTPS
1 parent d7e4b5e commit 6e8f20f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test.html.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe("pokedex", function () {
1414
var id = 2;
1515
secureP = new Pokedex.Pokedex({ protocol: 'https' });
1616
P = new Pokedex.Pokedex({
17-
protocol: 'http',
17+
protocol: 'https',
1818
offset: 10,
1919
limit: 1,
2020
timeout: 10000,
@@ -862,4 +862,4 @@ describe("pokedex", function () {
862862
})
863863
});
864864
});
865-
});
865+
});

0 commit comments

Comments
 (0)