Fixed failling integration tests

This commit is contained in:
andronache
2021-01-20 10:40:32 +02:00
committed by Dan Christian Bogos
parent fcbd0f19fe
commit 8ef0624b9d
3 changed files with 17 additions and 15 deletions

View File

@@ -177,7 +177,8 @@ func testStorDBitCRUDTPAccountProfiles(t *testing.T) {
RecurrentFee: utils.Float64Pointer(3.3),
},
},
AttributeIDs: []string{"attr1", "attr2"},
AttributeIDs: []string{"attr1", "attr2"},
RateProfileIDs: []string{},
UnitFactors: []*utils.TPBalanceUnitFactor{
{
FilterIDs: []string{"fltr1", "fltr2"},