We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2549df commit 77531deCopy full SHA for 77531de
test/tests/toolTests.ts
@@ -109,7 +109,7 @@ describe('Tool Tests', function () {
109
it('works with redirect code 302', async function () {
110
return new Promise<void>(async(resolve, reject)=> {
111
try {
112
- let statusCodeUrl: string = "https://httpbin.org/redirect-to?url=http%3A%2F%2Fexample.com%2F&status_code=302";
+ let statusCodeUrl: string = "https://httpbin.org/redirect-to?url=https%3A%2F%2Fexample.com%2F&status_code=302";
113
let downPath: string = await toolLib.downloadTool(statusCodeUrl);
114
115
resolve();
@@ -206,4 +206,4 @@ describe('Tool Tests', function () {
206
}
207
});
208
209
-});
+});
0 commit comments