Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Oct 21, 2024
1 parent ebc1b2f commit 0555353
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ routes.set('/backend/timeout', async () => {
allowDynamicBackends(true);
await assertResolves(async () => {
const res = await fetch('https://http-me.glitch.me/headers');
const backend = new Backend(res.backend);
const backend = Backend.fromName(res.backend);
strictEqual(backend.isSSL, true);
});
await assertResolves(() => fetch('https://www.fastly.com'));
Expand Down

0 comments on commit 0555353

Please sign in to comment.