Skip to content

Commit 01f6e52

Browse files
committed
user httpbin.dev instead of httpbin.org
1 parent 0c1ae52 commit 01f6e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/httpbin.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('httpbin', () => {
1818

1919
await fetchExecutable({
2020
target: pathlib.join(dir.name, 'testexc'),
21-
url: `https://httpbin.org/base64/${base64encode(sampleExecutableFileContent)}`,
21+
url: `https://httpbin.dev/base64/${base64encode(sampleExecutableFileContent)}`,
2222
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2323
execIsOk: async (filepath: string): Promise<boolean> => fs.existsSync(filepath),
2424
});

0 commit comments

Comments
 (0)