Skip to content

Commit d35df94

Browse files
authored
Update legalEntityManagement.spec.ts
1 parent 233e185 commit d35df94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__tests__/legalEntityManagement.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ describe("Legal Entity Management", (): void => {
310310

311311
const response: models.OnboardingLink = await legalEntityManagement.HostedOnboardingApi.getLinkToAdyenhostedOnboardingPage(id, request);
312312

313-
expect(response.url).toBe("https://your.redirect-url.com");
313+
expect(response.url).toBe("https://example.com/");
314314
});
315315

316316
it("should support GET /themes", async (): Promise<void> => {
@@ -330,4 +330,4 @@ describe("Legal Entity Management", (): void => {
330330
expect(response.id).toBe(id);
331331
});
332332
});
333-
});
333+
});

0 commit comments

Comments
 (0)