Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sinina committed Dec 15, 2024
1 parent ee19c5b commit 0f5791a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/sql/switch22/route_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4501,6 +4501,7 @@ def routing_sp

context 'SRC Number format validation enabled' do
let(:validate_src_number_format) { true }
let(:customer_auth_privacy_mode_id) { CustomersAuth::PRIVACY_MODE_ALLOW }

context 'Number is valid' do
let(:from_name) { '3809611111111' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
diversion_policy_id: CustomersAuth::DIVERSION_POLICY_NOT_ACCEPT,
diversion_rewrite_rule: '',
diversion_rewrite_result: '',
pai_policy_name: CustomersAuth::PAI_POLICIES[CustomersAuth::PAI_POLICY_ACCEPT],
pai_policy_id: CustomersAuth::PAI_POLICY_ACCEPT,
pai_rewrite_rule: '',
pai_rewrite_result: '',
is_changed: true
}.merge(args)

Expand Down

0 comments on commit 0f5791a

Please sign in to comment.