diff --git a/tests/integration/adapters/test_redis_mongo.py b/tests/integration/adapters/test_redis_mongo.py index 053c709..094d471 100644 --- a/tests/integration/adapters/test_redis_mongo.py +++ b/tests/integration/adapters/test_redis_mongo.py @@ -1189,7 +1189,6 @@ def test_add_fields_to_atoms(self, _cleanup, _db: RedisMongoDB): "node", [({"type": "A", "name": "type_a", "custom_attributes": {"status": "ready"}})] ) def test_get_atoms_by_index_custom_att(self, node, _cleanup, _db: RedisMongoDB): - # node = NodeT(**node) node = _db.add_node(NodeT(**node)) _db.commit() result = _db.create_field_index("node", fields=["custom_attributes.status"])