mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
test: node:http: don't hardcode this value (#10671)
This commit is contained in:
@@ -1902,5 +1902,5 @@ it.skipIf(!process.env.TEST_INFO_STRIPE)("should be able to connect to stripe",
|
||||
out = await new Response(stdout).text();
|
||||
expect(out).toBeEmpty();
|
||||
err = await new Response(stderr).text();
|
||||
expect(err).toContain(`error: No such charge: 'ch_3LmjSR2eZvKYlo2C1cPZxlbL'\n`);
|
||||
expect(err).toContain(`error: No such charge: '${charge_id}'\n`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user