Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Oct 11, 2024
1 parent 2fa7b99 commit 13c3b76
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2479,8 +2479,8 @@ routes.set('/backend/timeout', async () => {
const backend = createValidHttpMeBackend() ?? validHttpMeBackend;
strictEqual(backend.isDynamic, true, 'isDynamic');
strictEqual(backend.name, 'http-me');
strictEqual(backend.toString(), 'fastly');
strictEqual(backend.toName(), 'fastly');
strictEqual(backend.toString(), 'http-me');
strictEqual(backend.toName(), 'http-me');
strictEqual(backend.target, 'http-me.glitch.me', 'target');
strictEqual(backend.hostOverride, 'http-me.glitch.me', 'hostOverride');
strictEqual(backend.port, 443, 'port');
Expand Down

0 comments on commit 13c3b76

Please sign in to comment.