mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Rename Pool type to IPPool for clarity
This commit is contained in:
committed by
Dan Christian Bogos
parent
df10601b18
commit
33735613e7
@@ -1002,7 +1002,7 @@ func testLoadersGetIPProfiles(t *testing.T) {
|
||||
},
|
||||
TTL: time.Second,
|
||||
Stored: true,
|
||||
Pools: []*utils.Pool{
|
||||
Pools: []*utils.IPPool{
|
||||
{
|
||||
ID: "POOL1",
|
||||
FilterIDs: []string{"*string:~*req.Destination:2001"},
|
||||
@@ -1060,7 +1060,7 @@ func testLoadersGetIPProfiles(t *testing.T) {
|
||||
},
|
||||
TTL: 2 * time.Second,
|
||||
Stored: false,
|
||||
Pools: []*utils.Pool{
|
||||
Pools: []*utils.IPPool{
|
||||
{
|
||||
ID: "POOL1",
|
||||
FilterIDs: []string{"*string:~*req.Destination:3001"},
|
||||
|
||||
Reference in New Issue
Block a user