mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated cdrs export test
This commit is contained in:
committed by
Dan Christian Bogos
parent
e209096a98
commit
0a868919dc
@@ -362,7 +362,7 @@ func testCDRsExpFileFailover(t *testing.T) {
|
||||
if len(filesInDir) == 0 {
|
||||
t.Fatalf("No files in directory: %s", cdrsExpCfg.GeneralCfg().FailedPostsDir)
|
||||
}
|
||||
expectedFormats := utils.NewStringSet([]string{utils.MetaAMQPjsonMap, utils.MetaAMQPV1jsonMap, utils.MetaKafkajsonMap, utils.MetaSQSjsonMap, utils.MetaS3jsonMap})
|
||||
expectedFormats := utils.NewStringSet([]string{utils.MetaAMQPV1jsonMap, utils.MetaSQSjsonMap, utils.MetaS3jsonMap})
|
||||
rcvFormats := utils.StringSet{}
|
||||
for _, file := range filesInDir { // First file in directory is the one we need, harder to find it's name out of config
|
||||
fileName := file.Name()
|
||||
|
||||
Reference in New Issue
Block a user