mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
refactor StatSum to use RSRParsers and add conn_status converter
This commit is contained in:
committed by
Dan Christian Bogos
parent
22e02f18df
commit
b54e3b54ac
@@ -112,7 +112,7 @@ func TestOfflineInternalAPIsDumpDataDB(t *testing.T) {
|
||||
} else if files != 42 {
|
||||
t.Errorf("expected 42 files, received <%d>", files)
|
||||
}
|
||||
if totalSize < 35500 || totalSize > 35700 {
|
||||
if totalSize < 35600 || totalSize > 35800 {
|
||||
t.Errorf("expected folder size to be within range 35500KB to 35700KB, received <%v>KB", totalSize)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user