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 0c1ae52 commit 01f6e52Copy full SHA for 01f6e52
tests/httpbin.test.ts
@@ -18,7 +18,7 @@ describe('httpbin', () => {
18
19
await fetchExecutable({
20
target: pathlib.join(dir.name, 'testexc'),
21
- url: `https://httpbin.org/base64/${base64encode(sampleExecutableFileContent)}`,
+ url: `https://httpbin.dev/base64/${base64encode(sampleExecutableFileContent)}`,
22
// eslint-disable-next-line @typescript-eslint/no-unused-vars
23
execIsOk: async (filepath: string): Promise<boolean> => fs.existsSync(filepath),
24
});
0 commit comments