mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 21:29:52 +05:00
Fixed some tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
29d00f074b
commit
46b94ec84e
@@ -227,7 +227,7 @@ func TestRemoveFilterIndexes(t *testing.T) {
|
||||
if reply != utils.OK {
|
||||
t.Error("Expected OK")
|
||||
}
|
||||
if args.ItemType != utils.DispatcherFilterIndexes {
|
||||
if args.ItemType != utils.CacheDispatcherFilterIndexes {
|
||||
t.Errorf("Expected %v\n but received %v", utils.DispatcherFilterIndexes, args.ItemType)
|
||||
}
|
||||
|
||||
@@ -246,7 +246,7 @@ func TestRemoveFilterIndexes(t *testing.T) {
|
||||
if reply != utils.OK {
|
||||
t.Error("Expected OK")
|
||||
}
|
||||
if args.ItemType != utils.AttributeFilterIndexes {
|
||||
if args.ItemType != utils.CacheAttributeFilterIndexes {
|
||||
t.Errorf("Expected %v\n but received %v", utils.AttributeFilterIndexes, args.ItemType)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user