提交
This commit is contained in:
@@ -29,6 +29,11 @@ customerCenterProxyAssertSame(
|
||||
$service->endpoint('https://uniuser.jzvisa.com/home/users/userLogin/', 'applicants'),
|
||||
'The proxy endpoint must accept the trailing slash used by the site configuration'
|
||||
);
|
||||
customerCenterProxyAssertSame(
|
||||
'https://uniuser.jzvisa.com/home/customer_center/orders',
|
||||
$service->endpoint('https://uniuser.jzvisa.com/home/users/userLogin', 'orders'),
|
||||
'Unified customer orders must use the customer center endpoint'
|
||||
);
|
||||
customerCenterProxyAssertSame(
|
||||
'',
|
||||
$service->endpoint('https://example.com/unexpected', 'applications'),
|
||||
|
||||
Reference in New Issue
Block a user