Skip to content

Commit

Permalink
test: Fix typo in expected URL
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Dec 13, 2024
1 parent 0069547 commit d14d9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe("Handles Server", () => {

expect(res._getStatusCode()).toBe(307);
expect(res._getHeaders().location).toBe(
"https://at.example.com?utm_source=handles-server&utm_medium=htto&utm_campaign=redirect&utm_term=not-registered.at.example.com",
"https://at.example.com?utm_source=handles-server&utm_medium=http&utm_campaign=redirect&utm_term=not-registered.at.example.com",
);
});

Expand Down

0 comments on commit d14d9a0

Please sign in to comment.