@@ -1260,7 +1260,7 @@ def check_filtered_instances(*instances)
12601260 expect ( last_response ) . to have_status_code ( 422 )
12611261 expect ( parsed_response [ 'errors' ] ) . to include (
12621262 include ( {
1263- 'detail' => 'Invalid service plan. Ensure that the service plan is visible in your current space.' ,
1263+ 'detail' => 'Invalid service plan. Ensure that the service plan is visible in your current space and still available in the broker\'s catalog .' ,
12641264 'title' => 'CF-UnprocessableEntity' ,
12651265 'code' => 10_008
12661266 } )
@@ -1276,7 +1276,7 @@ def check_filtered_instances(*instances)
12761276 expect ( last_response ) . to have_status_code ( 422 )
12771277 expect ( parsed_response [ 'errors' ] ) . to include (
12781278 include ( {
1279- 'detail' => 'Invalid service plan. Ensure that the service plan exists, is available, and you have access to it .' ,
1279+ 'detail' => 'Invalid service plan. Ensure that the service plan is visible in your current space and still available in the broker\'s catalog .' ,
12801280 'title' => 'CF-UnprocessableEntity' ,
12811281 'code' => 10_008
12821282 } )
@@ -2413,7 +2413,7 @@ def check_filtered_instances(*instances)
24132413 expect ( last_response ) . to have_status_code ( 422 )
24142414 expect ( parsed_response [ 'errors' ] ) . to include (
24152415 include ( {
2416- 'detail' => 'Invalid service plan. Ensure that the service plan is visible in your current space.' ,
2416+ 'detail' => 'Invalid service plan. Ensure that the service plan is visible in your current space and still available in the broker\'s catalog .' ,
24172417 'title' => 'CF-UnprocessableEntity' ,
24182418 'code' => 10_008
24192419 } )
0 commit comments