We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e4b5e commit 6e8f20fCopy full SHA for 6e8f20f
1 file changed
test/test.html.js
@@ -14,7 +14,7 @@ describe("pokedex", function () {
14
var id = 2;
15
secureP = new Pokedex.Pokedex({ protocol: 'https' });
16
P = new Pokedex.Pokedex({
17
- protocol: 'http',
+ protocol: 'https',
18
offset: 10,
19
limit: 1,
20
timeout: 10000,
@@ -862,4 +862,4 @@ describe("pokedex", function () {
862
})
863
});
864
865
-});
+});
0 commit comments