Minor categories refactor

This commit is contained in:
Tzahi12345
2023-06-06 01:23:06 -04:00
parent 78d48f2ab9
commit 3615b810e4
2 changed files with 3 additions and 5 deletions

View File

@@ -842,7 +842,7 @@ describe('Categories', async function() {
rules: [],
custom_output: ''
};
await db_api.removeAllRecords('categories', {name: 'test_category'});
await db_api.insertRecordIntoTable('categories', new_category);
});