diff --git a/scenarios/invite_blockout_blst/0003_test.yml.tt2 b/scenarios/invite_blockout_blst/0003_test.yml.tt2 index 2b01fd8c..e7339a64 100644 --- a/scenarios/invite_blockout_blst/0003_test.yml.tt2 +++ b/scenarios/invite_blockout_blst/0003_test.yml.tt2 @@ -37,8 +37,8 @@ flow: - start|ROUTE_NCOS: - end|ROUTE_NCOS: - start|ROUTE_BLOCK_OUT: - $xavp(caller_usr_prefs[0]=>block_out_list[*]): [4311003, 4311001] - $xavp(caller_real_prefs[0]=>block_out_list[*]): [4311003, 4311001] + $xavp(caller_usr_prefs[0]=>block_out_list[*]): [4311001, 4311003] + $xavp(caller_real_prefs[0]=>block_out_list[*]): [4311001, 4311003] - start|ROUTE_ACC_FAILURE: - start|ROUTE_ACC_CALLER: - end|ROUTE_ACC_CALLER: diff --git a/scenarios/invite_blockout_blst/prefs.yml b/scenarios/invite_blockout_blst/prefs.yml index e4130e2e..ff3b70b0 100644 --- a/scenarios/invite_blockout_blst/prefs.yml +++ b/scenarios/invite_blockout_blst/prefs.yml @@ -1,2 +1,2 @@ testuser1002@spce.test: - block_out_list: [ "4311001", "4311003" ] + block_out_list: [ "4311003", "4311001" ]