Skip to content

Commit be2f368

Browse files
committed
test: use only HTTPS
1 parent 50191b7 commit be2f368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe("pokedex", function () {
2121
url = 'https://pokeapi.co/api/v2/pokemon/35',
2222
secureP = new Pokedex.Pokedex({cacheImages: true}),
2323
P = new Pokedex.Pokedex({
24-
protocol: 'http',
24+
protocol: 'https',
2525
offset: 10,
2626
limit: 1,
2727
timeout: 10000,

0 commit comments

Comments
 (0)