File tree 2 files changed +3
-3
lines changed
resources/mocks/legalentitymanagement
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,11 +255,11 @@ public void HostedOnboardingPageCreateTest() throws Exception {
255
255
HostedOnboardingApi service = new HostedOnboardingApi (client );
256
256
OnboardingLinkInfo request = OnboardingLinkInfo .fromJson ("{\n " +
257
257
" \" locale\" : \" cs-CZ\" ,\n " +
258
- " \" redirectUrl\" : \" https://your.redirect-url .com\" ,\n " +
258
+ " \" redirectUrl\" : \" https://example .com\" ,\n " +
259
259
" \" themeId\" : \" 123456789\" \n " +
260
260
"}" );
261
261
OnboardingLink response = service .getLinkToAdyenhostedOnboardingPage ("" ,request );
262
- assertEquals ("https://your.redirect-url .com" , response .getUrl ());
262
+ assertEquals ("https://example .com" , response .getUrl ());
263
263
}
264
264
265
265
@ Test
Original file line number Diff line number Diff line change 1
- { "url" : " https://your.redirect-url .com" }
1
+ { "url" : " https://example .com" }
You can’t perform that action at this time.
0 commit comments