Skip to content

Commit f975c8a

Browse files
committed
Use a synthetic placeholder in deep-link test name
1 parent fe1105c commit f975c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/routes/connect-deep-link.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe("connect deep link", () => {
5454
expect(CONSOLE_ROUTE_PATHS).toContain("/connect/$integrationSlug");
5555
});
5656

57-
it("matches the bare link owner.com would generate", () => {
57+
it("matches the bare link a customer would generate", () => {
5858
const matches = make().matchRoutes("/connect/linear");
5959
const match = matches.find((m) => m.routeId === CONNECT_ROUTE_ID);
6060
expect(match?.params).toEqual({ integrationSlug: "linear" });

0 commit comments

Comments
 (0)