mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 20:59:53 +05:00
loader_csv fixup for tests to pass
This commit is contained in:
@@ -44,11 +44,11 @@ WEEKENDS,*all,*all,*all,6;7,00:00:00
|
||||
ONE_TIME_RUN,2012,,,,*asap
|
||||
`
|
||||
rates = `
|
||||
R1,0,0.2,60,1
|
||||
R2,0,0.1,60,1
|
||||
R3,0,0.05,60,1
|
||||
R4,1,1,1,1
|
||||
R5,0,0.5,1,1
|
||||
R1,0,0.2,60,1,10
|
||||
R2,0,0.1,60,1,10
|
||||
R3,0,0.05,60,1,10
|
||||
R4,1,1,1,1,10
|
||||
R5,0,0.5,1,1,10
|
||||
`
|
||||
destinationRates = `
|
||||
RT_STANDARD,GERMANY,R1
|
||||
|
||||
Reference in New Issue
Block a user