mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Change blocker type from bool to DynamicBlockers for APActions
This commit is contained in:
committed by
Dan Christian Bogos
parent
718f529ffa
commit
065ffcfbdf
@@ -593,6 +593,7 @@ func TestLoadActionProfiles(t *testing.T) {
|
||||
Path: "*balance.TestBalance.Value",
|
||||
Value: "10",
|
||||
}},
|
||||
Blockers: ";false",
|
||||
},
|
||||
{
|
||||
ID: "SET_BALANCE_TEST_DATA",
|
||||
@@ -602,6 +603,7 @@ func TestLoadActionProfiles(t *testing.T) {
|
||||
Path: "*balance.TestDataBalance.Type",
|
||||
Value: "*data",
|
||||
}},
|
||||
Blockers: ";false",
|
||||
},
|
||||
{
|
||||
ID: "TOPUP_TEST_DATA",
|
||||
@@ -611,6 +613,7 @@ func TestLoadActionProfiles(t *testing.T) {
|
||||
Path: "*balance.TestDataBalance.Value",
|
||||
Value: "1024",
|
||||
}},
|
||||
Blockers: ";false",
|
||||
},
|
||||
{
|
||||
ID: "SET_BALANCE_TEST_VOICE",
|
||||
@@ -620,6 +623,7 @@ func TestLoadActionProfiles(t *testing.T) {
|
||||
Path: "*balance.TestVoiceBalance.Type",
|
||||
Value: "*voice",
|
||||
}},
|
||||
Blockers: ";false",
|
||||
},
|
||||
{
|
||||
ID: "TOPUP_TEST_VOICE",
|
||||
@@ -632,6 +636,7 @@ func TestLoadActionProfiles(t *testing.T) {
|
||||
Path: "*balance.TestVoiceBalance2.Value",
|
||||
Value: "15m15s",
|
||||
}},
|
||||
Blockers: ";false",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user