Skip to content

Commit 77531de

Browse files
author
Danny McCormick
authored
https
1 parent f2549df commit 77531de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tests/toolTests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe('Tool Tests', function () {
109109
it('works with redirect code 302', async function () {
110110
return new Promise<void>(async(resolve, reject)=> {
111111
try {
112-
let statusCodeUrl: string = "https://httpbin.org/redirect-to?url=http%3A%2F%2Fexample.com%2F&status_code=302";
112+
let statusCodeUrl: string = "https://httpbin.org/redirect-to?url=https%3A%2F%2Fexample.com%2F&status_code=302";
113113
let downPath: string = await toolLib.downloadTool(statusCodeUrl);
114114

115115
resolve();
@@ -206,4 +206,4 @@ describe('Tool Tests', function () {
206206
}
207207
});
208208
});
209-
});
209+
});

0 commit comments

Comments
 (0)